diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-08 13:51:10 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-08 13:51:10 -0800 |
commit | 875b9c99efdbd5fcabf0213e0d392cb2876ed26a (patch) | |
tree | ff452ca82155260b5050a5bd146a097a845f706f /fpdfsdk/include/fsdk_define.h | |
parent | 4f966707b0ca01701cfdd761a164c6c856d35e6f (diff) | |
download | pdfium-875b9c99efdbd5fcabf0213e0d392cb2876ed26a.tar.xz |
XFA: Remove relative includes outside of xfa/.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1572523002 .
Diffstat (limited to 'fpdfsdk/include/fsdk_define.h')
-rw-r--r-- | fpdfsdk/include/fsdk_define.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fpdfsdk/include/fsdk_define.h b/fpdfsdk/include/fsdk_define.h index 831e499f00..c47839b1fd 100644 --- a/fpdfsdk/include/fsdk_define.h +++ b/fpdfsdk/include/fsdk_define.h @@ -19,13 +19,13 @@ #include "public/fpdfview.h" #ifdef PDF_ENABLE_XFA -#include "../../xfa/include/fwl/adapter/fwl_adaptertimermgr.h" -#include "../../xfa/include/fxbarcode/BC_BarCode.h" -#include "../../xfa/include/fxfa/fxfa.h" -#include "../../xfa/include/fxgraphics/fx_graphics.h" -#include "../../xfa/include/fxjse/fxjse.h" #include "fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h" #include "fpdfsdk/include/fpdfxfa/fpdfxfa_page.h" +#include "xfa/include/fwl/adapter/fwl_adaptertimermgr.h" +#include "xfa/include/fxbarcode/BC_BarCode.h" +#include "xfa/include/fxfa/fxfa.h" +#include "xfa/include/fxgraphics/fx_graphics.h" +#include "xfa/include/fxjse/fxjse.h" #endif // PDF_ENABLE_XFA #ifdef _WIN32 |