Index: xfa/fxfa/app/xfa_ffbarcode.cpp |
diff --git a/xfa/src/fxfa/app/xfa_ffbarcode.cpp b/xfa/fxfa/app/xfa_ffbarcode.cpp |
similarity index 97% |
rename from xfa/src/fxfa/app/xfa_ffbarcode.cpp |
rename to xfa/fxfa/app/xfa_ffbarcode.cpp |
index e1d4aa11c1fb9bb596fce06b1fce77131e6db367..2062ca1e3514a0297f6949c8d40a1fe988492cd1 100644 |
--- a/xfa/src/fxfa/app/xfa_ffbarcode.cpp |
+++ b/xfa/fxfa/app/xfa_ffbarcode.cpp |
@@ -4,16 +4,16 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/fxfa/app/xfa_ffbarcode.h" |
+#include "xfa/fxfa/app/xfa_ffbarcode.h" |
#include "core/include/fxcrt/fx_ext.h" |
+#include "xfa/fxfa/app/xfa_fffield.h" |
+#include "xfa/fxfa/app/xfa_ffpageview.h" |
+#include "xfa/fxfa/app/xfa_fftextedit.h" |
+#include "xfa/fxfa/app/xfa_ffwidget.h" |
+#include "xfa/fxfa/app/xfa_fwladapter.h" |
#include "xfa/include/fwl/core/fwl_app.h" |
#include "xfa/include/fwl/lightwidget/barcode.h" |
-#include "xfa/src/fxfa/app/xfa_fffield.h" |
-#include "xfa/src/fxfa/app/xfa_ffpageview.h" |
-#include "xfa/src/fxfa/app/xfa_fftextedit.h" |
-#include "xfa/src/fxfa/app/xfa_ffwidget.h" |
-#include "xfa/src/fxfa/app/xfa_fwladapter.h" |
static XFA_LPCBARCODETYPEENUMINFO XFA_GetBarcodeTypeByName( |
const CFX_WideStringC& wsName); |