Index: xfa/fxfa/app/xfa_ffimage.cpp |
diff --git a/xfa/src/fxfa/app/xfa_ffimage.cpp b/xfa/fxfa/app/xfa_ffimage.cpp |
similarity index 89% |
rename from xfa/src/fxfa/app/xfa_ffimage.cpp |
rename to xfa/fxfa/app/xfa_ffimage.cpp |
index 37c5991544d3e5b7223f878ed9be9aa1cf78c1aa..c17273d5cfb3085882c92c2d65ac4d79f4d39608 100644 |
--- a/xfa/src/fxfa/app/xfa_ffimage.cpp |
+++ b/xfa/fxfa/app/xfa_ffimage.cpp |
@@ -4,13 +4,13 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/fxfa/app/xfa_ffimage.h" |
+#include "xfa/fxfa/app/xfa_ffimage.h" |
-#include "xfa/src/fxfa/app/xfa_ffapp.h" |
-#include "xfa/src/fxfa/app/xfa_ffdoc.h" |
-#include "xfa/src/fxfa/app/xfa_ffdraw.h" |
-#include "xfa/src/fxfa/app/xfa_ffpageview.h" |
-#include "xfa/src/fxfa/app/xfa_ffwidget.h" |
+#include "xfa/fxfa/app/xfa_ffapp.h" |
+#include "xfa/fxfa/app/xfa_ffdoc.h" |
+#include "xfa/fxfa/app/xfa_ffdraw.h" |
+#include "xfa/fxfa/app/xfa_ffpageview.h" |
+#include "xfa/fxfa/app/xfa_ffwidget.h" |
CXFA_FFImage::CXFA_FFImage(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc) |
: CXFA_FFDraw(pPageView, pDataAcc) {} |