Index: fpdfsdk/fxedit/fxet_edit.h |
diff --git a/fpdfsdk/fxedit/include/fxet_edit.h b/fpdfsdk/fxedit/fxet_edit.h |
similarity index 98% |
rename from fpdfsdk/fxedit/include/fxet_edit.h |
rename to fpdfsdk/fxedit/fxet_edit.h |
index 652dbbf2ce108b970b9fae5f9e7b772d8456f097..394a2fd3f3cbe861149d2f80fcd629b35a3ac338 100644 |
--- a/fpdfsdk/fxedit/include/fxet_edit.h |
+++ b/fpdfsdk/fxedit/fxet_edit.h |
@@ -4,14 +4,14 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef FPDFSDK_FXEDIT_INCLUDE_FXET_EDIT_H_ |
-#define FPDFSDK_FXEDIT_INCLUDE_FXET_EDIT_H_ |
+#ifndef FPDFSDK_FXEDIT_FXET_EDIT_H_ |
+#define FPDFSDK_FXEDIT_FXET_EDIT_H_ |
#include <memory> |
#include "core/fpdfdoc/cpvt_secprops.h" |
#include "core/fpdfdoc/cpvt_wordprops.h" |
-#include "fpdfsdk/fxedit/include/fx_edit.h" |
+#include "fpdfsdk/fxedit/fx_edit.h" |
class CFFL_FormFiller; |
class CFX_Edit; |
@@ -557,4 +557,4 @@ class CFX_Edit_Provider : public CPDF_VariableText::Provider { |
IPVT_FontMap* m_pFontMap; |
}; |
-#endif // FPDFSDK_FXEDIT_INCLUDE_FXET_EDIT_H_ |
+#endif // FPDFSDK_FXEDIT_FXET_EDIT_H_ |