Index: xfa/fgas/layout/fgas_unicode.cpp |
diff --git a/xfa/src/fgas/layout/fgas_unicode.cpp b/xfa/fgas/layout/fgas_unicode.cpp |
similarity index 98% |
rename from xfa/src/fgas/layout/fgas_unicode.cpp |
rename to xfa/fgas/layout/fgas_unicode.cpp |
index f463d753b55ec728e5af0c361012171f0d102bd4..a4cbee03b7e8691290efad1b90d8e34640183d33 100644 |
--- a/xfa/src/fgas/layout/fgas_unicode.cpp |
+++ b/xfa/fgas/layout/fgas_unicode.cpp |
@@ -4,7 +4,7 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/fgas/layout/fgas_unicode.h" |
+#include "xfa/fgas/layout/fgas_unicode.h" |
void FX_TEXTLAYOUT_PieceSort(CFX_TPOArray& tpos, int32_t iStart, int32_t iEnd) { |
FXSYS_assert(iStart > -1 && iStart < tpos.GetSize()); |