Index: xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp |
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp |
index ad3bd8e216b693d730b00a9869ce38230ce8391c..14a87d60a22a8be7dbdda4dff67d0cd82aa7bb06 100644 |
--- a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp |
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp |
@@ -20,12 +20,12 @@ |
* limitations under the License. |
*/ |
-#include "xfa/src/fxbarcode/barcode.h" |
#include "xfa/src/fxbarcode/BC_ResultPoint.h" |
+#include "xfa/src/fxbarcode/barcode.h" |
#include "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h" |
+#include "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h" |
#include "xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h" |
#include "xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h" |
-#include "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h" |
#include "xfa/src/fxbarcode/pdf417/BC_PDF417Common.h" |
#include "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h" |
#include "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h" |