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 /fxjs | |
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 'fxjs')
-rw-r--r-- | fxjs/cfx_v8.h | 1 | ||||
-rw-r--r-- | fxjs/cjs_object.h | 3 | ||||
-rw-r--r-- | fxjs/cjs_runtime.h | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/fxjs/cfx_v8.h b/fxjs/cfx_v8.h index f7bed86329..3ebabdefec 100644 --- a/fxjs/cfx_v8.h +++ b/fxjs/cfx_v8.h @@ -7,7 +7,6 @@ #ifndef FXJS_CFX_V8_H_ #define FXJS_CFX_V8_H_ -#include <map> #include <vector> #include "core/fxcrt/fx_string.h" diff --git a/fxjs/cjs_object.h b/fxjs/cjs_object.h index 70682cd51e..c8a4451ef0 100644 --- a/fxjs/cjs_object.h +++ b/fxjs/cjs_object.h @@ -7,9 +7,6 @@ #ifndef FXJS_CJS_OBJECT_H_ #define FXJS_CJS_OBJECT_H_ -#include <memory> -#include <utility> - #include "core/fxcrt/unowned_ptr.h" #include "fpdfsdk/cpdfsdk_helpers.h" #include "fxjs/cfxjs_engine.h" diff --git a/fxjs/cjs_runtime.h b/fxjs/cjs_runtime.h index 8835106697..99dbd0d443 100644 --- a/fxjs/cjs_runtime.h +++ b/fxjs/cjs_runtime.h @@ -7,7 +7,6 @@ #ifndef FXJS_CJS_RUNTIME_H_ #define FXJS_CJS_RUNTIME_H_ -#include <map> #include <memory> #include <set> #include <utility> |