Index: fpdfsdk/src/fpdf_dataavail.cpp |
diff --git a/fpdfsdk/src/fpdf_dataavail.cpp b/fpdfsdk/src/fpdf_dataavail.cpp |
index e3d55acdc748270b42302d8244ead241d2405a9b..55ded0e4e018e3173c8ed463cc724abfe27f2eed 100644 |
--- a/fpdfsdk/src/fpdf_dataavail.cpp |
+++ b/fpdfsdk/src/fpdf_dataavail.cpp |
@@ -4,9 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "../../public/fpdf_dataavail.h" |
-#include "../../public/fpdf_formfill.h" |
+#include "public/fpdf_dataavail.h" |
+ |
#include "../include/fsdk_define.h" |
+#include "public/fpdf_formfill.h" |
// These checks are here because core/ and public/ cannot depend on each other. |
static_assert(IPDF_DataAvail::DataError == PDF_DATA_ERROR, |