| Index: xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp
 | 
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp
 | 
| index 3569c1c2eca3a0aaf4c8482d42501f68394696e2..9d2553d4e0dace9dafc8e4f5248b847c7e7e3b82 100644
 | 
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp
 | 
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp
 | 
| @@ -20,8 +20,8 @@
 | 
|   * limitations under the License.
 | 
|   */
 | 
|  
 | 
| -#include "../barcode.h"
 | 
| -#include "../common/BC_CommonByteMatrix.h"
 | 
| +#include "xfa/src/fxbarcode/barcode.h"
 | 
| +#include "xfa/src/fxbarcode/common/BC_CommonByteMatrix.h"
 | 
|  #include "BC_QRCoderErrorCorrectionLevel.h"
 | 
|  #include "BC_QRCoderMode.h"
 | 
|  #include "BC_QRCoder.h"
 | 
| 
 |