Index: fpdfsdk/fxedit/fxet_edit.cpp |
diff --git a/fpdfsdk/fxedit/fxet_edit.cpp b/fpdfsdk/fxedit/fxet_edit.cpp |
index db299e5bf77a0b1da20a353b9f3c9510df29b1cc..bed91dc98c2c93edae12b2dd02e1f4bc16e56e28 100644 |
--- a/fpdfsdk/fxedit/fxet_edit.cpp |
+++ b/fpdfsdk/fxedit/fxet_edit.cpp |
@@ -21,9 +21,9 @@ |
#include "core/fpdfdoc/cpvt_section.h" |
#include "core/fpdfdoc/cpvt_word.h" |
#include "core/fpdfdoc/ipvt_fontmap.h" |
-#include "core/fxge/include/cfx_graphstatedata.h" |
-#include "core/fxge/include/cfx_pathdata.h" |
-#include "core/fxge/include/cfx_renderdevice.h" |
+#include "core/fxge/cfx_graphstatedata.h" |
+#include "core/fxge/cfx_pathdata.h" |
+#include "core/fxge/cfx_renderdevice.h" |
#include "fpdfsdk/cfx_systemhandler.h" |
#include "fpdfsdk/fxedit/include/fx_edit.h" |
#include "fpdfsdk/pdfwindow/PWL_Edit.h" |