| Index: xfa/src/fxbarcode/datamatrix/BC_X12Encoder.cpp
|
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_X12Encoder.cpp b/xfa/src/fxbarcode/datamatrix/BC_X12Encoder.cpp
|
| index a15362f542c39c12c678bf9c3a3342269e3a0091..690a3245b0e189e1bd3eddea23cca23bc454b90d 100644
|
| --- a/xfa/src/fxbarcode/datamatrix/BC_X12Encoder.cpp
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_X12Encoder.cpp
|
| @@ -20,9 +20,9 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| -#include "../common/BC_CommonBitMatrix.h"
|
| -#include "../BC_Dimension.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| +#include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
|
| +#include "xfa/src/fxbarcode/BC_Dimension.h"
|
| #include "BC_Encoder.h"
|
| #include "BC_SymbolShapeHint.h"
|
| #include "BC_SymbolInfo.h"
|
|
|