Index: xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp |
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp |
index 5bf02b9573de2b27a4726ea81c7103230f980e42..44cfe8d91fe0fc1115a9abc7a5454c93af4761c4 100644 |
--- a/xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp |
+++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp |
@@ -22,11 +22,11 @@ |
#include "xfa/src/fxbarcode/barcode.h" |
#include "xfa/src/fxbarcode/common/BC_CommonByteMatrix.h" |
-#include "xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h" |
#include "xfa/src/fxbarcode/qrcode/BC_QRCoder.h" |
+#include "xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h" |
+#include "xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h" |
#include "xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.h" |
#include "xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h" |
-#include "xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h" |
const int32_t CBC_QRCoderMatrixUtil::POSITION_DETECTION_PATTERN[7][7] = { |
{1, 1, 1, 1, 1, 1, 1}, |
{1, 0, 0, 0, 0, 0, 1}, |