summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/include
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-02-29 13:13:11 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-02-29 13:13:11 -0500
commita5585569e274fcff8ae106e412eb764c2787cb3f (patch)
tree038a8cfa985fe637d6b289c3847acd134662309f /xfa/src/fgas/include
parente547e3428ac7242d12c996392c3008945c3e0f83 (diff)
downloadpdfium-a5585569e274fcff8ae106e412eb764c2787cb3f.tar.xz
Remove fgas_base.h and IWYU
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1749703002 .
Diffstat (limited to 'xfa/src/fgas/include')
-rw-r--r--xfa/src/fgas/include/fx_rbk.h3
-rw-r--r--xfa/src/fgas/include/fx_ucd.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/xfa/src/fgas/include/fx_rbk.h b/xfa/src/fgas/include/fx_rbk.h
index c655111f9c..043361b0a3 100644
--- a/xfa/src/fgas/include/fx_rbk.h
+++ b/xfa/src/fgas/include/fx_rbk.h
@@ -9,7 +9,10 @@
#include "core/include/fxcrt/fx_ucd.h"
#include "core/include/fxge/fx_ge.h"
+#include "xfa/src/fgas/include/fx_mem.h"
+#include "xfa/src/fgas/include/fx_tbk.h"
#include "xfa/src/fgas/include/fx_ucd.h"
+#include "xfa/src/fgas/include/fx_utl.h"
class IFX_Unknown;
class IFX_Font;
diff --git a/xfa/src/fgas/include/fx_ucd.h b/xfa/src/fgas/include/fx_ucd.h
index ae1c882e94..1d86562473 100644
--- a/xfa/src/fgas/include/fx_ucd.h
+++ b/xfa/src/fgas/include/fx_ucd.h
@@ -7,6 +7,8 @@
#ifndef XFA_SRC_FGAS_INCLUDE_FX_UCD_H_
#define XFA_SRC_FGAS_INCLUDE_FX_UCD_H_
+#include "xfa/src/fgas/include/fx_fnt.h"
+
#define FX_JAPCHARPROPERTYEX_Left 0x01
#define FX_JAPCHARPROPERTYEX_Center 0x02
#define FX_JAPCHARPROPERTYEX_Right 0x03