| Index: xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_ErrorCorrection.cpp b/xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
|
| similarity index 95%
|
| rename from xfa/src/fxbarcode/src/BC_ErrorCorrection.cpp
|
| rename to xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
|
| index 16f5c1184e47b654f435edcc0d36d1052cc491a7..f34607249935d3408f83153f7be0c65fb291930f 100644
|
| --- a/xfa/src/fxbarcode/src/BC_ErrorCorrection.cpp
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
|
| @@ -20,11 +20,11 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_Encoder.h"
|
| -#include "include/BC_SymbolShapeHint.h"
|
| -#include "include/BC_SymbolInfo.h"
|
| -#include "include/BC_ErrorCorrection.h"
|
| +#include "../barcode.h"
|
| +#include "BC_Encoder.h"
|
| +#include "BC_SymbolShapeHint.h"
|
| +#include "BC_SymbolInfo.h"
|
| +#include "BC_ErrorCorrection.h"
|
| FX_INT32 CBC_ErrorCorrection::FACTOR_SETS[] = {5, 7, 10, 11, 12, 14, 18, 20, 24, 28, 36, 42, 48, 56, 62, 68};
|
| FX_INT32 CBC_ErrorCorrection::FACTORS[][100] = {
|
| {228, 48, 15, 111, 62},
|
|
|