| Index: xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_ReedSolomon.cpp b/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp
|
| similarity index 94%
|
| rename from xfa/src/fxbarcode/src/BC_ReedSolomon.cpp
|
| rename to xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp
|
| index 588f978de5bef54fe0438620fe154d7626daaf33..1fc8b6685a0e0de27be9b89c7e8dec4564dfb7b4 100644
|
| --- a/xfa/src/fxbarcode/src/BC_ReedSolomon.cpp
|
| +++ b/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp
|
| @@ -20,10 +20,10 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_ReedSolomonGF256.h"
|
| -#include "include/BC_ReedSolomonGF256Poly.h"
|
| -#include "include/BC_ReedSolomon.h"
|
| +#include "../../barcode.h"
|
| +#include "BC_ReedSolomonGF256.h"
|
| +#include "BC_ReedSolomonGF256Poly.h"
|
| +#include "BC_ReedSolomon.h"
|
| CBC_ReedSolomonEncoder::CBC_ReedSolomonEncoder(CBC_ReedSolomonGF256* field)
|
| {
|
| m_field = field;
|
|
|