| Index: xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp
|
| diff --git a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp
|
| similarity index 98%
|
| rename from xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp
|
| rename to xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp
|
| index f138009ffa5f78c8474f0f3bbd809d203895fe07..ee22390df65613cab63a8a27baf8d4a291c548e7 100644
|
| --- a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp
|
| +++ b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp
|
| @@ -20,11 +20,11 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h"
|
| +#include "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h"
|
|
|
| #include <memory>
|
|
|
| -#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h"
|
| +#include "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h"
|
|
|
| CBC_ReedSolomonGF256Poly::CBC_ReedSolomonGF256Poly(CBC_ReedSolomonGF256* field,
|
| int32_t coefficients) {
|
|
|