diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-29 15:03:18 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-29 15:03:18 -0500 |
commit | b36430115717af4ecfa573476714cecc73f3d1c3 (patch) | |
tree | 4d8f0e8c1d6c526036b635e7d220faaac0bba01c /xfa/src/fdp/include/fde_pth.h | |
parent | bf85bd7234e5fc0120315007dec085d741dcfb7a (diff) | |
download | pdfium-b36430115717af4ecfa573476714cecc73f3d1c3.tar.xz |
Remove foxitlib.h and foxitxfa.h and IWYU.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1746053003 .
Diffstat (limited to 'xfa/src/fdp/include/fde_pth.h')
-rw-r--r-- | xfa/src/fdp/include/fde_pth.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xfa/src/fdp/include/fde_pth.h b/xfa/src/fdp/include/fde_pth.h index 41cb367613..8f4cc9aeed 100644 --- a/xfa/src/fdp/include/fde_pth.h +++ b/xfa/src/fdp/include/fde_pth.h @@ -7,7 +7,9 @@ #ifndef XFA_SRC_FDP_INCLUDE_FDE_PTH_H_ #define XFA_SRC_FDP_INCLUDE_FDE_PTH_H_ -class IFDE_Path; +#include "core/include/fxcrt/fx_coordinates.h" +#include "core/include/fxcrt/fx_system.h" + class IFDE_Path { public: static IFDE_Path* Create(); |