Index: xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.cpp |
diff --git a/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.cpp b/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.cpp |
index 680806eafb64372c3ffd86ec59268aa6b231d408..c3aa28c5930506a9c121f656208c4f6acc8225a1 100644 |
--- a/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.cpp |
+++ b/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.cpp |
@@ -20,10 +20,10 @@ |
* limitations under the License. |
*/ |
-#include "xfa/src/fxbarcode/barcode.h" |
#include "xfa/src/fxbarcode/BC_ResultPoint.h" |
-#include "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h" |
+#include "xfa/src/fxbarcode/barcode.h" |
#include "xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h" |
+#include "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h" |
CBC_QRFinderPatternInfo::CBC_QRFinderPatternInfo(CFX_PtrArray* patternCenters) { |
m_bottomLeft = (CBC_QRFinderPattern*)(*patternCenters)[0]; |
m_topLeft = (CBC_QRFinderPattern*)(*patternCenters)[1]; |