Index: xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.cpp |
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.cpp |
index bbdaa0b93b2293b872813f0a7e4d9fdb05a6065c..2610db95dc1b41b30a4bb1707c5dc7f5c99e0430 100644 |
--- a/xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.cpp |
+++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.cpp |
@@ -20,12 +20,12 @@ |
* limitations under the License. |
*/ |
-#include "../barcode.h" |
-#include "../BC_UtilCodingConvert.h" |
-#include "../common/BC_CommonByteArray.h" |
-#include "../common/BC_CommonByteMatrix.h" |
-#include "../common/reedsolomon/BC_ReedSolomon.h" |
-#include "../common/reedsolomon/BC_ReedSolomonGF256.h" |
+#include "xfa/src/fxbarcode/barcode.h" |
+#include "xfa/src/fxbarcode/BC_UtilCodingConvert.h" |
+#include "xfa/src/fxbarcode/common/BC_CommonByteArray.h" |
+#include "xfa/src/fxbarcode/common/BC_CommonByteMatrix.h" |
+#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.h" |
+#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h" |
#include "BC_QRCoder.h" |
#include "BC_QRCoderEncoder.h" |
#include "BC_QRCoderMode.h" |