summaryrefslogtreecommitdiff
path: root/core/fxcodec
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-09-20 01:20:45 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-09-20 01:20:45 +0000
commitf3cc72fd2b6910d4d7437f71efce23b501c5b526 (patch)
treed44f204dfa1bcfdb43353c28d8611ec210df683e /core/fxcodec
parentd39389f6ec2eb96695d2645e1fc4e71fd7c5da08 (diff)
downloadpdfium-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')
-rw-r--r--core/fxcodec/bmp/cfx_bmpdecompressor.h1
-rw-r--r--core/fxcodec/codec/codec_int.h5
-rw-r--r--core/fxcodec/fx_codec.h1
3 files changed, 0 insertions, 7 deletions
diff --git a/core/fxcodec/bmp/cfx_bmpdecompressor.h b/core/fxcodec/bmp/cfx_bmpdecompressor.h
index 331a6347b4..fbe7e1feee 100644
--- a/core/fxcodec/bmp/cfx_bmpdecompressor.h
+++ b/core/fxcodec/bmp/cfx_bmpdecompressor.h
@@ -11,7 +11,6 @@
#include <setjmp.h>
-#include <memory>
#include <vector>
#include "core/fxcodec/codec/cfx_codec_memory.h"
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"
diff --git a/core/fxcodec/fx_codec.h b/core/fxcodec/fx_codec.h
index 0a0c08afc3..8e966761c7 100644
--- a/core/fxcodec/fx_codec.h
+++ b/core/fxcodec/fx_codec.h
@@ -11,7 +11,6 @@
#include <memory>
#include <tuple>
#include <utility>
-#include <vector>
#include "core/fxcodec/fx_codec_def.h"
#include "core/fxcrt/fx_coordinates.h"