Index: xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp |
diff --git a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp b/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp |
index 6c7bbf7dea45d93acc14b6aa1bcafb3c0b3e8d94..2e059acf37e00e4741569f10799b86949bbc30f1 100644 |
--- a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp |
+++ b/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp |
@@ -21,8 +21,8 @@ |
*/ |
#include "xfa/src/fxbarcode/barcode.h" |
-#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h" |
#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h" |
+#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h" |
CBC_ReedSolomonGF256* CBC_ReedSolomonGF256::QRCodeFild = NULL; |
CBC_ReedSolomonGF256* CBC_ReedSolomonGF256::DataMatrixField = NULL; |
void CBC_ReedSolomonGF256::Initialize() { |