diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-29 13:13:11 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-29 13:13:11 -0500 |
commit | a5585569e274fcff8ae106e412eb764c2787cb3f (patch) | |
tree | 038a8cfa985fe637d6b289c3847acd134662309f /xfa/src/fgas/include | |
parent | e547e3428ac7242d12c996392c3008945c3e0f83 (diff) | |
download | pdfium-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.h | 3 | ||||
-rw-r--r-- | xfa/src/fgas/include/fx_ucd.h | 2 |
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 |