summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/pdfwindow/PDFWindow.h
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/include/pdfwindow/PDFWindow.h
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/include/pdfwindow/PDFWindow.h')
-rw-r--r--fpdfsdk/include/pdfwindow/PDFWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/pdfwindow/PDFWindow.h b/fpdfsdk/include/pdfwindow/PDFWindow.h
index 2abb38cd68..1b5e71f168 100644
--- a/fpdfsdk/include/pdfwindow/PDFWindow.h
+++ b/fpdfsdk/include/pdfwindow/PDFWindow.h
@@ -10,8 +10,8 @@
#include "../../../core/include/fpdfapi/fpdf_module.h"
#include "../../../core/include/fpdfdoc/fpdf_doc.h"
#include "../../../core/include/fpdfdoc/fpdf_vt.h"
-#include "../../../public/fpdf_fwlevent.h"
#include "../fx_systemhandler.h"
#include "../fxedit/fx_edit.h"
+#include "public/fpdf_fwlevent.h"
#endif // FPDFSDK_INCLUDE_PDFWINDOW_PDFWINDOW_H_