Index: fpdfsdk/fxedit/fxet_module.cpp |
diff --git a/fpdfsdk/fxedit/fxet_module.cpp b/fpdfsdk/fxedit/fxet_module.cpp |
index 330b72bc8b9f00166e93b8f1360f7ef9ebbeabf1..99fd68e397bbb5cd1b0a5f69057bc10deb3e0954 100644 |
--- a/fpdfsdk/fxedit/fxet_module.cpp |
+++ b/fpdfsdk/fxedit/fxet_module.cpp |
@@ -5,8 +5,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
#include "core/fpdfdoc/include/cpdf_variabletext.h" |
-#include "fpdfsdk/include/fxedit/fxet_edit.h" |
-#include "fpdfsdk/include/fxedit/fxet_list.h" |
+#include "fpdfsdk/fxedit/include/fxet_edit.h" |
+#include "fpdfsdk/fxedit/include/fxet_list.h" |
IFX_Edit* IFX_Edit::NewEdit() { |
return new CFX_Edit(new CPDF_VariableText()); |