summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/fsdk_define.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2016-01-08 13:51:10 -0800
committerLei Zhang <thestig@chromium.org>2016-01-08 13:51:10 -0800
commit875b9c99efdbd5fcabf0213e0d392cb2876ed26a (patch)
treeff452ca82155260b5050a5bd146a097a845f706f /fpdfsdk/include/fsdk_define.h
parent4f966707b0ca01701cfdd761a164c6c856d35e6f (diff)
downloadpdfium-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.h10
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