| Index: xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_QRDataBlock.cpp b/xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp
|
| similarity index 93%
|
| rename from xfa/src/fxbarcode/src/BC_QRDataBlock.cpp
|
| rename to xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp
|
| index 2e82c1881f7b5fd07308146532ac4c2f6884f4a2..87c14deac9bf26dfd846ed192f42e7a2b1e4d1fd 100644
|
| --- a/xfa/src/fxbarcode/src/BC_QRDataBlock.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp
|
| @@ -20,11 +20,11 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_QRCoderECBlocks.h"
|
| -#include "include/BC_QRCoderECB.h"
|
| -#include "include/BC_QRDataBlock.h"
|
| -#include "include/BC_QRCoderVersion.h"
|
| +#include "../barcode.h"
|
| +#include "BC_QRCoderECBlocks.h"
|
| +#include "BC_QRCoderECB.h"
|
| +#include "BC_QRDataBlock.h"
|
| +#include "BC_QRCoderVersion.h"
|
| CBC_QRDataBlock::CBC_QRDataBlock(FX_INT32 numDataCodewords, CFX_ByteArray *codewords)
|
| : m_numDataCodewords(numDataCodewords)
|
| , m_codewords(codewords)
|
|
|