Index: xfa/fee/fde_txtedtpage.cpp |
diff --git a/xfa/src/fee/fde_txtedtpage.cpp b/xfa/fee/fde_txtedtpage.cpp |
similarity index 98% |
rename from xfa/src/fee/fde_txtedtpage.cpp |
rename to xfa/fee/fde_txtedtpage.cpp |
index 932832fd6fa3ca593fe76a3a25585ef026908037..5ecbceaf40385980bbf75496c18ddf626797ffc1 100644 |
--- a/xfa/src/fee/fde_txtedtpage.cpp |
+++ b/xfa/fee/fde_txtedtpage.cpp |
@@ -4,17 +4,17 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/fee/fde_txtedtpage.h" |
+#include "xfa/fee/fde_txtedtpage.h" |
#include <algorithm> |
-#include "xfa/src/fee/fx_wordbreak/fx_wordbreak.h" |
-#include "xfa/src/fee/fde_txtedtbuf.h" |
-#include "xfa/src/fee/fde_txtedtengine.h" |
-#include "xfa/src/fee/fde_txtedtparag.h" |
-#include "xfa/src/fee/ifde_txtedtbuf.h" |
-#include "xfa/src/fee/ifde_txtedtengine.h" |
-#include "xfa/src/fee/ifde_txtedtpage.h" |
+#include "xfa/fee/fde_txtedtbuf.h" |
+#include "xfa/fee/fde_txtedtengine.h" |
+#include "xfa/fee/fde_txtedtparag.h" |
+#include "xfa/fee/fx_wordbreak/fx_wordbreak.h" |
+#include "xfa/fee/ifde_txtedtbuf.h" |
+#include "xfa/fee/ifde_txtedtengine.h" |
+#include "xfa/fee/ifde_txtedtpage.h" |
#define FDE_TXTEDT_TOLERANCE 0.1f |