Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp |
diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp |
index 5767c95555e79db37897c1fb7dfd6b2bd1924c73..8d886201cda548957e95805039b3562d66b86f8b 100644 |
--- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp |
+++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp |
@@ -20,10 +20,10 @@ |
* limitations under the License. |
*/ |
-#include "../barcode.h" |
-#include "../common/BC_CommonBitMatrix.h" |
-#include "../common/reedsolomon/BC_ReedSolomonDecoder.h" |
-#include "../common/reedsolomon/BC_ReedSolomonGF256.h" |
+#include "xfa/src/fxbarcode/barcode.h" |
+#include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h" |
+#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h" |
+#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h" |
#include "BC_DataMatrixDecoder.h" |
#include "BC_DataMatrixBitMatrixParser.h" |
#include "BC_DataMatrixVersion.h" |