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/fxge/cfx_unicodeencodingex.h | |
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/fxge/cfx_unicodeencodingex.h')
-rw-r--r-- | core/fxge/cfx_unicodeencodingex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fxge/cfx_unicodeencodingex.h b/core/fxge/cfx_unicodeencodingex.h index 9511d2ba7a..9d5ec18fa6 100644 --- a/core/fxge/cfx_unicodeencodingex.h +++ b/core/fxge/cfx_unicodeencodingex.h @@ -7,9 +7,7 @@ #ifndef CORE_FXGE_CFX_UNICODEENCODINGEX_H_ #define CORE_FXGE_CFX_UNICODEENCODINGEX_H_ -#include <map> #include <memory> -#include <vector> #include "core/fxcrt/fx_system.h" #include "core/fxge/cfx_unicodeencoding.h" |