summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/ccodec_tiffmodule.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-12 17:50:18 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-12 17:50:18 +0000
commit8273b37f032a2d9e8e4a83eeda43641365f311a2 (patch)
tree08a5e07f8c13febe0a3dc119f0c14762a8c0fb46 /core/fxcodec/codec/ccodec_tiffmodule.h
parent721d020e085f9403ceccdaa530d8632756ae5635 (diff)
downloadpdfium-8273b37f032a2d9e8e4a83eeda43641365f311a2.tar.xz
Forward declare more in codec code.
Change-Id: I8060ada299f845a9198a6e83d31d128bd4bf09bc Reviewed-on: https://pdfium-review.googlesource.com/c/43870 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcodec/codec/ccodec_tiffmodule.h')
-rw-r--r--core/fxcodec/codec/ccodec_tiffmodule.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/fxcodec/codec/ccodec_tiffmodule.h b/core/fxcodec/codec/ccodec_tiffmodule.h
index eee24de410..1306e185a5 100644
--- a/core/fxcodec/codec/ccodec_tiffmodule.h
+++ b/core/fxcodec/codec/ccodec_tiffmodule.h
@@ -10,11 +10,9 @@
#include <memory>
#include "core/fxcodec/codec/codec_module_iface.h"
-#include "core/fxcrt/fx_system.h"
-#include "core/fxcrt/retain_ptr.h"
-#include "core/fxge/dib/cfx_dibitmap.h"
class CFX_DIBAttribute;
+class CFX_DIBitmap;
class IFX_SeekableReadStream;
class CCodec_TiffModule final : public CodecModuleIface {