summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/fsdk_mgr.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-11-06 15:52:32 -0800
committerLei Zhang <thestig@chromium.org>2015-11-06 15:52:32 -0800
commitb4e7f304af0ad92d20f952e6634000d177974f47 (patch)
tree7cb2137e3854988079e4f027cad369189735e64b /fpdfsdk/src/fsdk_mgr.cpp
parent6cf117caa54c3bbf5a787c9ae9ca517a4ac98a16 (diff)
downloadpdfium-b4e7f304af0ad92d20f952e6634000d177974f47.tar.xz
Merge to XFA: Fix all relative includes to public.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1415803007 . (cherry picked from commit 5899671184d01b74989d181363066379ef3e4051) Review URL: https://codereview.chromium.org/1431593007 .
Diffstat (limited to 'fpdfsdk/src/fsdk_mgr.cpp')
-rw-r--r--fpdfsdk/src/fsdk_mgr.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/fpdfsdk/src/fsdk_mgr.cpp b/fpdfsdk/src/fsdk_mgr.cpp
index 9db5f913c5..9bbf7aae3f 100644
--- a/fpdfsdk/src/fsdk_mgr.cpp
+++ b/fpdfsdk/src/fsdk_mgr.cpp
@@ -6,11 +6,12 @@
#include <algorithm>
-#include "../../public/fpdf_ext.h"
+#include "../include/fsdk_mgr.h"
+
#include "../include/formfiller/FFL_FormFiller.h"
#include "../include/fsdk_define.h"
-#include "../include/fsdk_mgr.h"
#include "../include/javascript/IJavaScript.h"
+#include "public/fpdf_ext.h"
#include "third_party/base/nonstd_unique_ptr.h"
#include "../include/fpdfxfa/fpdfxfa_app.h"