Index: xfa/fxfa/app/xfa_ffnotify.cpp |
diff --git a/xfa/src/fxfa/app/xfa_ffnotify.cpp b/xfa/fxfa/app/xfa_ffnotify.cpp |
similarity index 95% |
rename from xfa/src/fxfa/app/xfa_ffnotify.cpp |
rename to xfa/fxfa/app/xfa_ffnotify.cpp |
index 6b9094c77b4a4548ac5aea7861731c45b6d8a056..845f7b82b7a486ce25aa6336c93472cf8e55cd93 100644 |
--- a/xfa/src/fxfa/app/xfa_ffnotify.cpp |
+++ b/xfa/fxfa/app/xfa_ffnotify.cpp |
@@ -4,31 +4,31 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/fxfa/app/xfa_ffnotify.h" |
+#include "xfa/fxfa/app/xfa_ffnotify.h" |
-#include "xfa/src/fxfa/app/xfa_ffapp.h" |
-#include "xfa/src/fxfa/app/xfa_ffbarcode.h" |
-#include "xfa/src/fxfa/app/xfa_ffcheckbutton.h" |
-#include "xfa/src/fxfa/app/xfa_ffchoicelist.h" |
-#include "xfa/src/fxfa/app/xfa_ffdoc.h" |
-#include "xfa/src/fxfa/app/xfa_ffdocview.h" |
-#include "xfa/src/fxfa/app/xfa_ffdraw.h" |
-#include "xfa/src/fxfa/app/xfa_ffexclgroup.h" |
-#include "xfa/src/fxfa/app/xfa_fffield.h" |
-#include "xfa/src/fxfa/app/xfa_ffimage.h" |
-#include "xfa/src/fxfa/app/xfa_ffimageedit.h" |
-#include "xfa/src/fxfa/app/xfa_ffpageview.h" |
-#include "xfa/src/fxfa/app/xfa_ffpath.h" |
-#include "xfa/src/fxfa/app/xfa_ffpushbutton.h" |
-#include "xfa/src/fxfa/app/xfa_ffsignature.h" |
-#include "xfa/src/fxfa/app/xfa_ffsubform.h" |
-#include "xfa/src/fxfa/app/xfa_fftext.h" |
-#include "xfa/src/fxfa/app/xfa_fftextedit.h" |
-#include "xfa/src/fxfa/app/xfa_ffwidget.h" |
-#include "xfa/src/fxfa/app/xfa_ffwidgetacc.h" |
-#include "xfa/src/fxfa/app/xfa_ffwidgethandler.h" |
-#include "xfa/src/fxfa/app/xfa_fwladapter.h" |
-#include "xfa/src/fxfa/app/xfa_textlayout.h" |
+#include "xfa/fxfa/app/xfa_ffapp.h" |
+#include "xfa/fxfa/app/xfa_ffbarcode.h" |
+#include "xfa/fxfa/app/xfa_ffcheckbutton.h" |
+#include "xfa/fxfa/app/xfa_ffchoicelist.h" |
+#include "xfa/fxfa/app/xfa_ffdoc.h" |
+#include "xfa/fxfa/app/xfa_ffdocview.h" |
+#include "xfa/fxfa/app/xfa_ffdraw.h" |
+#include "xfa/fxfa/app/xfa_ffexclgroup.h" |
+#include "xfa/fxfa/app/xfa_fffield.h" |
+#include "xfa/fxfa/app/xfa_ffimage.h" |
+#include "xfa/fxfa/app/xfa_ffimageedit.h" |
+#include "xfa/fxfa/app/xfa_ffpageview.h" |
+#include "xfa/fxfa/app/xfa_ffpath.h" |
+#include "xfa/fxfa/app/xfa_ffpushbutton.h" |
+#include "xfa/fxfa/app/xfa_ffsignature.h" |
+#include "xfa/fxfa/app/xfa_ffsubform.h" |
+#include "xfa/fxfa/app/xfa_fftext.h" |
+#include "xfa/fxfa/app/xfa_fftextedit.h" |
+#include "xfa/fxfa/app/xfa_ffwidget.h" |
+#include "xfa/fxfa/app/xfa_ffwidgetacc.h" |
+#include "xfa/fxfa/app/xfa_ffwidgethandler.h" |
+#include "xfa/fxfa/app/xfa_fwladapter.h" |
+#include "xfa/fxfa/app/xfa_textlayout.h" |
static void XFA_FFDeleteWidgetAcc(void* pData) { |
delete static_cast<CXFA_WidgetAcc*>(pData); |