| Index: xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_QRDataMask.cpp b/xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp
|
| similarity index 93%
|
| rename from xfa/src/fxbarcode/src/BC_QRDataMask.cpp
|
| rename to xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp
|
| index 1946ca9e09fcd86addc4e5f4d0bcbfc6875f1cda..fd81b20f1b8532a47aa78102e053af3c242a0a43 100644
|
| --- a/xfa/src/fxbarcode/src/BC_QRDataMask.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRDataMask.cpp
|
| @@ -20,9 +20,9 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_CommonBitMatrix.h"
|
| -#include "include/BC_QRDataMask.h"
|
| +#include "../barcode.h"
|
| +#include "../common/BC_CommonBitMatrix.h"
|
| +#include "BC_QRDataMask.h"
|
| static FX_INT32 N_DATA_MASKS = 0;
|
| CFX_PtrArray* CBC_QRDataMask::DATA_MASKS = NULL;
|
| void CBC_QRDataMask::Initialize()
|
|
|