Index: xfa/src/fxfa/src/app/xfa_fwltheme.cpp |
diff --git a/xfa/src/fxfa/src/app/xfa_fwltheme.cpp b/xfa/src/fxfa/src/app/xfa_fwltheme.cpp |
index 1d061567d5ac87ee284800f460e9392219bcc41d..fa9b92e808c0c800f5259dad2981abcd39bb0e5c 100644 |
--- a/xfa/src/fxfa/src/app/xfa_fwltheme.cpp |
+++ b/xfa/src/fxfa/src/app/xfa_fwltheme.cpp |
@@ -5,10 +5,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
#include "xfa/src/foxitlib.h" |
-#include "xfa/src/fxfa/src/common/xfa_common.h" |
-#include "xfa/src/fxfa/src/app/xfa_fwltheme.h" |
-#include "xfa/src/fxfa/src/app/xfa_ffwidget.h" |
#include "xfa/src/fxfa/src/app/xfa_ffapp.h" |
+#include "xfa/src/fxfa/src/app/xfa_ffwidget.h" |
+#include "xfa/src/fxfa/src/app/xfa_fwltheme.h" |
+#include "xfa/src/fxfa/src/common/xfa_common.h" |
CXFA_FFWidget* XFA_ThemeGetOuterWidget(IFWL_Widget* pWidget) { |
IFWL_Widget* pOuter = pWidget; |
while (pOuter->GetOuter()) { |