summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/fsdk_mgr.cpp
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/src/fsdk_mgr.cpp
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/src/fsdk_mgr.cpp')
-rw-r--r--fpdfsdk/src/fsdk_mgr.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpdfsdk/src/fsdk_mgr.cpp b/fpdfsdk/src/fsdk_mgr.cpp
index 8ecc602b09..6d656a0c14 100644
--- a/fpdfsdk/src/fsdk_mgr.cpp
+++ b/fpdfsdk/src/fsdk_mgr.cpp
@@ -16,10 +16,10 @@
#include "third_party/base/stl_util.h"
#ifdef PDF_ENABLE_XFA
-#include "../include/fpdfxfa/fpdfxfa_app.h"
-#include "../include/fpdfxfa/fpdfxfa_doc.h"
-#include "../include/fpdfxfa/fpdfxfa_page.h"
-#include "../include/fpdfxfa/fpdfxfa_util.h"
+#include "fpdfsdk/include/fpdfxfa/fpdfxfa_app.h"
+#include "fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h"
+#include "fpdfsdk/include/fpdfxfa/fpdfxfa_page.h"
+#include "fpdfsdk/include/fpdfxfa/fpdfxfa_util.h"
#endif // PDF_ENABLE_XFA
#if _FX_OS_ == _FX_ANDROID_