| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp
|
| index dde09ee564845d00c85eb77ed07fe4cb178c844b..15b99fbb6a57f62aa49df3d38a8ae3325a2342dc 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp
|
| @@ -20,9 +20,9 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| -#include "../utils.h"
|
| -#include "../common/BC_CommonBitMatrix.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| +#include "xfa/src/fxbarcode/utils.h"
|
| +#include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
|
| #include "BC_QRCoderECB.h"
|
| #include "BC_QRCoderFormatInformation.h"
|
| #include "BC_QRCoderErrorCorrectionLevel.h"
|
|
|