Index: xfa/fxfa/app/xfa_fwltheme.cpp |
diff --git a/xfa/src/fxfa/app/xfa_fwltheme.cpp b/xfa/fxfa/app/xfa_fwltheme.cpp |
similarity index 98% |
rename from xfa/src/fxfa/app/xfa_fwltheme.cpp |
rename to xfa/fxfa/app/xfa_fwltheme.cpp |
index e13917bf7be5d0134d1ab4ac644f60fc9452c646..b0657ee8e43e53a5761992cf132d4ceca985c7a7 100644 |
--- a/xfa/src/fxfa/app/xfa_fwltheme.cpp |
+++ b/xfa/fxfa/app/xfa_fwltheme.cpp |
@@ -4,8 +4,12 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/fxfa/app/xfa_fwltheme.h" |
+#include "xfa/fxfa/app/xfa_fwltheme.h" |
+#include "xfa/fde/tto/fde_textout.h" |
+#include "xfa/fgas/crt/fgas_codepage.h" |
+#include "xfa/fxfa/app/xfa_ffapp.h" |
+#include "xfa/fxfa/app/xfa_ffwidget.h" |
#include "xfa/include/fwl/basewidget/fwl_barcode.h" |
#include "xfa/include/fwl/basewidget/fwl_caret.h" |
#include "xfa/include/fwl/basewidget/fwl_checkbox.h" |
@@ -17,10 +21,6 @@ |
#include "xfa/include/fwl/basewidget/fwl_picturebox.h" |
#include "xfa/include/fwl/basewidget/fwl_pushbutton.h" |
#include "xfa/include/fwl/basewidget/fwl_scrollbar.h" |
-#include "xfa/src/fde/tto/fde_textout.h" |
-#include "xfa/src/fgas/crt/fgas_codepage.h" |
-#include "xfa/src/fxfa/app/xfa_ffapp.h" |
-#include "xfa/src/fxfa/app/xfa_ffwidget.h" |
CXFA_FFWidget* XFA_ThemeGetOuterWidget(IFWL_Widget* pWidget) { |
IFWL_Widget* pOuter = pWidget; |