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/fxcrt/css | |
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/fxcrt/css')
-rw-r--r-- | core/fxcrt/css/cfx_cssdata.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fxcrt/css/cfx_cssdata.h b/core/fxcrt/css/cfx_cssdata.h index e7bf57c26d..a2f774b1af 100644 --- a/core/fxcrt/css/cfx_cssdata.h +++ b/core/fxcrt/css/cfx_cssdata.h @@ -7,9 +7,6 @@ #ifndef CORE_FXCRT_CSS_CFX_CSSDATA_H_ #define CORE_FXCRT_CSS_CFX_CSSDATA_H_ -#include <memory> -#include <vector> - #include "core/fxcrt/css/cfx_css.h" #include "core/fxcrt/css/cfx_cssnumbervalue.h" #include "core/fxcrt/css/cfx_cssvalue.h" |