diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-20 01:20:45 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-20 01:20:45 +0000 |
commit | f3cc72fd2b6910d4d7437f71efce23b501c5b526 (patch) | |
tree | d44f204dfa1bcfdb43353c28d8611ec210df683e /core/fxcodec/codec | |
parent | d39389f6ec2eb96695d2645e1fc4e71fd7c5da08 (diff) | |
download | pdfium-f3cc72fd2b6910d4d7437f71efce23b501c5b526.tar.xz |
Remove many unneeded STL #includes from headers.
Change-Id: I7010cedee8d17d05b2c37a94d767e6f3a9c48f7d
Reviewed-on: https://pdfium-review.googlesource.com/42790
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcodec/codec')
-rw-r--r-- | core/fxcodec/codec/codec_int.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/fxcodec/codec/codec_int.h b/core/fxcodec/codec/codec_int.h index df2e758efe..4fa819bdba 100644 --- a/core/fxcodec/codec/codec_int.h +++ b/core/fxcodec/codec/codec_int.h @@ -9,11 +9,6 @@ #include <limits.h> -#include <list> -#include <map> -#include <memory> -#include <vector> - #include "core/fxcodec/jbig2/JBig2_Context.h" #include "third_party/libopenjpeg20/openjpeg.h" |