Index: xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp |
diff --git a/xfa/src/fxbarcode/src/BC_QRDecodedBitStreamParser.cpp b/xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp |
similarity index 94% |
rename from xfa/src/fxbarcode/src/BC_QRDecodedBitStreamParser.cpp |
rename to xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp |
index d51536d09e034de6f517afa2ec143049fb4ff3e1..0fe4d1b2b678e0cfb0b2e6c1c3ca4d87d26d2f09 100644 |
--- a/xfa/src/fxbarcode/src/BC_QRDecodedBitStreamParser.cpp |
+++ b/xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp |
@@ -20,14 +20,14 @@ |
* limitations under the License. |
*/ |
-#include "barcode.h" |
-#include "include/BC_QRCoderMode.h" |
-#include "include/BC_CommonBitSource.h" |
-#include "include/BC_CommonECI.h" |
-#include "include/BC_QRDecodedBitStreamParser.h" |
-#include "include/BC_CommonCharacterSetECI.h" |
-#include "include/BC_CommonDecoderResult.h" |
-#include "include/BC_UtilCodingConvert.h" |
+#include "../barcode.h" |
+#include "../BC_UtilCodingConvert.h" |
+#include "../common/BC_CommonBitSource.h" |
+#include "../common/BC_CommonECI.h" |
+#include "../common/BC_CommonCharacterSetECI.h" |
+#include "../common/BC_CommonDecoderResult.h" |
+#include "BC_QRCoderMode.h" |
+#include "BC_QRDecodedBitStreamParser.h" |
FX_LPCSTR CBC_QRDecodedBitStreamParser::UTF_8 = "utf8"; |
const FX_CHAR CBC_QRDecodedBitStreamParser::ALPHANUMERIC_CHARS[45] = { |
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', |