diff options
author | Lei Zhang <thestig@chromium.org> | 2015-06-15 16:44:14 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-06-15 16:44:14 -0700 |
commit | 0ef0de55657db8a83372ad8eb22d84c5893afc4c (patch) | |
tree | 76082cf24870d47ebb6176a40d1979ef68c365d4 /core/include/fxcodec | |
parent | 9869e6782f247177955eab27d3d480026365e75b (diff) | |
download | pdfium-0ef0de55657db8a83372ad8eb22d84c5893afc4c.tar.xz |
Do some IWYU cleanups.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1176333002.
Diffstat (limited to 'core/include/fxcodec')
-rw-r--r-- | core/include/fxcodec/fx_codec.h | 2 | ||||
-rw-r--r-- | core/include/fxcodec/fx_codec_provider.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h index 43ac6966cf..e8faf3f78f 100644 --- a/core/include/fxcodec/fx_codec.h +++ b/core/include/fxcodec/fx_codec.h @@ -7,7 +7,7 @@ #ifndef CORE_INCLUDE_FXCODEC_FX_CODEC_H_ #define CORE_INCLUDE_FXCODEC_FX_CODEC_H_ -#include "../fxcrt/fx_ext.h" +#include "../fxcrt/fx_basic.h" #include "fx_codec_def.h" #include "fx_codec_provider.h" diff --git a/core/include/fxcodec/fx_codec_provider.h b/core/include/fxcodec/fx_codec_provider.h index 8eb3712e08..0b238b780e 100644 --- a/core/include/fxcodec/fx_codec_provider.h +++ b/core/include/fxcodec/fx_codec_provider.h @@ -7,6 +7,8 @@ #ifndef CORE_INCLUDE_FXCODEC_FX_CODEC_PROVIDER_H_ #define CORE_INCLUDE_FXCODEC_FX_CODEC_PROVIDER_H_ +#include "../fxcrt/fx_system.h" + class IFX_JpegProvider { public: |