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/fx_rbk.h | |
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/fx_rbk.h')
-rw-r--r-- | xfa/src/fgas/include/fx_rbk.h | 3 |
1 files changed, 3 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; |