| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp
|
| index 7c23ce68ff3018e1bc61504cf7d3d2ba94a03875..4990a157b098851789b4ed76a1b5742903ad2f3d 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp
|
| @@ -20,8 +20,8 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| -#include "../common/BC_CommonByteArray.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| +#include "xfa/src/fxbarcode/common/BC_CommonByteArray.h"
|
| #include "BC_QRCoderBlockPair.h"
|
| CBC_QRCoderBlockPair::CBC_QRCoderBlockPair(
|
| CBC_CommonByteArray* data,
|
|
|