| Index: xfa/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
|
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp b/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
|
| similarity index 96%
|
| rename from xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
|
| rename to xfa/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
|
| index d5ae9bf9bf2227aea25d6db843c016a145c851c4..98c0599e502ef673073213df84a9e278d25f76e6 100644
|
| --- a/xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
|
| +++ b/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
|
| @@ -20,10 +20,10 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/datamatrix/BC_Encoder.h"
|
| -#include "xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.h"
|
| -#include "xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.h"
|
| -#include "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.h"
|
| +#include "xfa/fxbarcode/datamatrix/BC_Encoder.h"
|
| +#include "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h"
|
| +#include "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h"
|
| +#include "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h"
|
|
|
| int32_t CBC_ErrorCorrection::FACTOR_SETS[] = {5, 7, 10, 11, 12, 14, 18, 20,
|
| 24, 28, 36, 42, 48, 56, 62, 68};
|
|
|