Index: xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp |
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp b/xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp |
similarity index 96% |
rename from xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp |
rename to xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp |
index b9eee7c446c54ca565c455fc3254e7e7b34b826a..fa278bdea9351eb76e859c0dde55799ebc3ca14b 100644 |
--- a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp |
+++ b/xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp |
@@ -20,13 +20,13 @@ |
* limitations under the License. |
*/ |
-#include "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h" |
-#include "xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h" |
-#include "xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h" |
-#include "xfa/src/fxbarcode/pdf417/BC_PDF417Common.h" |
-#include "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.h" |
-#include "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h" |
-#include "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h" |
+#include "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h" |
+#include "xfa/fxbarcode/pdf417/BC_PDF417BoundingBox.h" |
+#include "xfa/fxbarcode/pdf417/BC_PDF417Codeword.h" |
+#include "xfa/fxbarcode/pdf417/BC_PDF417Common.h" |
+#include "xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h" |
+#include "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h" |
+#include "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h" |
int32_t CBC_DetectionResult::ADJUST_ROW_NUMBER_SKIP = 2; |