Index: xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp |
diff --git a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp |
similarity index 94% |
rename from xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp |
rename to xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp |
index 3e6de6ef06f24a59ba044229c0c9bfa13a43126f..4d986cca26392350ec5393c31b6785d9ab2251fb 100644 |
--- a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp |
+++ b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp |
@@ -20,12 +20,12 @@ |
* limitations under the License. |
*/ |
-#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.h" |
+#include "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h" |
#include <memory> |
-#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_ReedSolomonEncoder::CBC_ReedSolomonEncoder(CBC_ReedSolomonGF256* field) { |
m_field = field; |