Index: xfa/fxfa/app/xfa_fffield.cpp |
diff --git a/xfa/src/fxfa/app/xfa_fffield.cpp b/xfa/fxfa/app/xfa_fffield.cpp |
similarity index 98% |
rename from xfa/src/fxfa/app/xfa_fffield.cpp |
rename to xfa/fxfa/app/xfa_fffield.cpp |
index 607434c5b72ebb11aa00d36b7af45e5abdd41443..39e7ee5d8fb5b7b9c59f17d55e060a41b8a0cde7 100644 |
--- a/xfa/src/fxfa/app/xfa_fffield.cpp |
+++ b/xfa/fxfa/app/xfa_fffield.cpp |
@@ -4,19 +4,19 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/fxfa/app/xfa_fffield.h" |
+#include "xfa/fxfa/app/xfa_fffield.h" |
+#include "xfa/fxfa/app/xfa_ffapp.h" |
+#include "xfa/fxfa/app/xfa_ffdoc.h" |
+#include "xfa/fxfa/app/xfa_ffdocview.h" |
+#include "xfa/fxfa/app/xfa_ffpageview.h" |
+#include "xfa/fxfa/app/xfa_ffwidget.h" |
+#include "xfa/fxfa/app/xfa_fwltheme.h" |
+#include "xfa/fxfa/app/xfa_textlayout.h" |
#include "xfa/include/fwl/basewidget/fwl_edit.h" |
#include "xfa/include/fwl/core/fwl_widgetmgr.h" |
#include "xfa/include/fwl/lightwidget/edit.h" |
#include "xfa/include/fwl/lightwidget/picturebox.h" |
-#include "xfa/src/fxfa/app/xfa_ffapp.h" |
-#include "xfa/src/fxfa/app/xfa_ffdoc.h" |
-#include "xfa/src/fxfa/app/xfa_ffdocview.h" |
-#include "xfa/src/fxfa/app/xfa_ffpageview.h" |
-#include "xfa/src/fxfa/app/xfa_ffwidget.h" |
-#include "xfa/src/fxfa/app/xfa_fwltheme.h" |
-#include "xfa/src/fxfa/app/xfa_textlayout.h" |
CXFA_FFField::CXFA_FFField(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc) |
: CXFA_FFWidget(pPageView, pDataAcc), m_pNormalWidget(NULL) { |