Index: xfa/src/fxfa/src/app/xfa_textlayout.cpp |
diff --git a/xfa/src/fxfa/src/app/xfa_textlayout.cpp b/xfa/src/fxfa/src/app/xfa_textlayout.cpp |
index 637e7b848a67c760ff261a9715c9963001731c6f..bbe621db7deca83c908ab7ea5497361a0902a568 100644 |
--- a/xfa/src/fxfa/src/app/xfa_textlayout.cpp |
+++ b/xfa/src/fxfa/src/app/xfa_textlayout.cpp |
@@ -7,11 +7,11 @@ |
#include <algorithm> |
#include "xfa/src/foxitlib.h" |
-#include "xfa/src/fxfa/src/common/xfa_common.h" |
-#include "xfa/src/fxfa/src/app/xfa_textlayout.h" |
#include "xfa/src/fxfa/src/app/xfa_ffapp.h" |
#include "xfa/src/fxfa/src/app/xfa_ffdoc.h" |
#include "xfa/src/fxfa/src/app/xfa_fontmgr.h" |
+#include "xfa/src/fxfa/src/app/xfa_textlayout.h" |
+#include "xfa/src/fxfa/src/common/xfa_common.h" |
CXFA_CSSTagProvider::~CXFA_CSSTagProvider() { |
FX_POSITION pos = m_Attributes.GetStartPosition(); |
while (pos) { |