Index: xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp |
diff --git a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp |
similarity index 97% |
rename from xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp |
rename to xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp |
index abdcaf0c8863b60521ba40048ad3c8321b76d441..ff91c9ddc3e88d03b7815d3fb9be467656e02872 100644 |
--- a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp |
+++ b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp |
@@ -20,13 +20,13 @@ |
* limitations under the License. |
*/ |
-#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h" |
+#include "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h" |
#include <memory> |
#include <utility> |
-#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_ReedSolomonDecoder::CBC_ReedSolomonDecoder(CBC_ReedSolomonGF256* field) { |
m_field = field; |