Index: xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp |
diff --git a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp |
similarity index 96% |
rename from xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp |
rename to xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp |
index e5002ce6eede87982b49cbaded1b56dd52764fa1..5e9fd33ac4017162041615f581e629cb67584b13 100644 |
--- a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp |
+++ b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp |
@@ -20,8 +20,8 @@ |
* limitations under the License. |
*/ |
-#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h" |
-#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h" |
+#include "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h" |
+#include "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h" |
CBC_ReedSolomonGF256* CBC_ReedSolomonGF256::QRCodeFild = NULL; |
CBC_ReedSolomonGF256* CBC_ReedSolomonGF256::DataMatrixField = NULL; |