summaryrefslogtreecommitdiff
path: root/xfa/fgas/font
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-12 20:39:08 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-12 20:39:08 +0000
commite421d384ca88046c989991581d9abb044cddd009 (patch)
treeb880c079a0f2dd44b0df7595829229a67fff8c61 /xfa/fgas/font
parent305bf6b818d4c3de8fe066dd736424f2e75b55b3 (diff)
downloadpdfium-e421d384ca88046c989991581d9abb044cddd009.tar.xz
Do IWYU in xfa.
Change-Id: Ia104471caffe79f92d439920baeea37a71c71c50 Reviewed-on: https://pdfium-review.googlesource.com/c/43971 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fgas/font')
-rw-r--r--xfa/fgas/font/cfgas_fontmgr.h1
-rw-r--r--xfa/fgas/font/cfgas_pdffontmgr.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fgas/font/cfgas_fontmgr.h b/xfa/fgas/font/cfgas_fontmgr.h
index 0fd46c451e..2bda20ceb1 100644
--- a/xfa/fgas/font/cfgas_fontmgr.h
+++ b/xfa/fgas/font/cfgas_fontmgr.h
@@ -23,6 +23,7 @@
class CFGAS_GEFont;
class CFX_FontMapper;
class CFX_FontSourceEnum_File;
+class IFX_SeekableReadStream;
#if _FX_PLATFORM_ == _FX_PLATFORM_WINDOWS_
struct FX_FONTMATCHPARAMS {
diff --git a/xfa/fgas/font/cfgas_pdffontmgr.h b/xfa/fgas/font/cfgas_pdffontmgr.h
index b6ce472fca..08d91c8ae1 100644
--- a/xfa/fgas/font/cfgas_pdffontmgr.h
+++ b/xfa/fgas/font/cfgas_pdffontmgr.h
@@ -9,7 +9,6 @@
#include <map>
-#include "core/fpdfapi/parser/cpdf_document.h"
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/observable.h"
#include "core/fxcrt/retain_ptr.h"