| Index: xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp b/xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp
|
| index 79b6db39a906c6400db9f035abfb34ad12b38300..f825ce4766b59f22c1e1369c48cd1873965b0d7b 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp
|
| @@ -20,8 +20,8 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| -#include "../common/BC_CommonBitMatrix.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| +#include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
|
| #include "BC_QRDataMask.h"
|
| static int32_t N_DATA_MASKS = 0;
|
| CFX_PtrArray* CBC_QRDataMask::DATA_MASKS = NULL;
|
|
|