diff options
author | Lei Zhang <thestig@chromium.org> | 2015-06-19 17:15:41 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-06-19 17:15:41 -0700 |
commit | e5b0bd1a79f90b7758246655e18ef965a87bcd0b (patch) | |
tree | c67974b862b888e4ae7b3e8928e3abdcff7c3e58 /core/include/fxcrt | |
parent | 1eb69422e2f35a32ed7d12a330fb2505f8a97f3c (diff) | |
download | pdfium-e5b0bd1a79f90b7758246655e18ef965a87bcd0b.tar.xz |
Merge to XFA: Do some IWYU cleanups.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1176333002.
(cherry picked from commit 0ef0de55657db8a83372ad8eb22d84c5893afc4c)
Review URL: https://codereview.chromium.org/1195943005.
Diffstat (limited to 'core/include/fxcrt')
-rw-r--r-- | core/include/fxcrt/fx_ext.h | 7 | ||||
-rw-r--r-- | core/include/fxcrt/fx_stream.h | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/core/include/fxcrt/fx_ext.h b/core/include/fxcrt/fx_ext.h index 308f28bbfe..55e522ad1a 100644 --- a/core/include/fxcrt/fx_ext.h +++ b/core/include/fxcrt/fx_ext.h @@ -7,11 +7,8 @@ #ifndef CORE_INCLUDE_FXCRT_FX_EXT_H_ #define CORE_INCLUDE_FXCRT_FX_EXT_H_ -#include "fx_arb.h" -#include "fx_basic.h" -#include "fx_coordinates.h" -#include "fx_ucd.h" -#include "fx_xml.h" +#include "fx_string.h" +#include "fx_system.h" #ifdef __cplusplus extern "C" { diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h index 836cd272ae..405d5d0148 100644 --- a/core/include/fxcrt/fx_stream.h +++ b/core/include/fxcrt/fx_stream.h @@ -7,7 +7,6 @@ #ifndef CORE_INCLUDE_FXCRT_FX_STREAM_H_ #define CORE_INCLUDE_FXCRT_FX_STREAM_H_ -#include "fx_memory.h" #include "fx_string.h" void* FX_OpenFolder(const FX_CHAR* path); |