Index: xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp |
diff --git a/xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp |
similarity index 96% |
rename from xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp |
rename to xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp |
index e3583bcddcd7e93a06252deb0b219173a732bca8..ae26057c3e55a867c66648ed4ee11236a5c4268f 100644 |
--- a/xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp |
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp |
@@ -21,12 +21,12 @@ |
*/ |
#include <stdlib.h> |
-#include "barcode.h" |
-#include "include/BC_DecoderResult.h" |
-#include "include/BC_PDF417ResultMetadata.h" |
-#include "include/BC_CommonDecoderResult.h" |
-#include "include/BC_PDF417DecodedBitStreamParser.h" |
+#include "../barcode.h" |
+#include "../BC_DecoderResult.h" |
+#include "../common/BC_CommonDecoderResult.h" |
#include "../../../../third_party/bigint/BigIntegerLibrary.hh" |
+#include "BC_PDF417ResultMetadata.h" |
+#include "BC_PDF417DecodedBitStreamParser.h" |
#define TEXT_COMPACTION_MODE_LATCH 900 |
#define BYTE_COMPACTION_MODE_LATCH 901 |
#define NUMERIC_COMPACTION_MODE_LATCH 902 |