Index: xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp |
diff --git a/xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.cpp b/xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp |
similarity index 96% |
rename from xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.cpp |
rename to xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp |
index 7909054533a8a450e474a5e606fc12e3dfbf5dd3..593f4cb162a77e0e4d3771eebf1190075d28208b 100644 |
--- a/xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.cpp |
+++ b/xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp |
@@ -20,12 +20,12 @@ |
* limitations under the License. |
*/ |
-#include "xfa/src/fxbarcode/BC_Dimension.h" |
-#include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h" |
-#include "xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h" |
-#include "xfa/src/fxbarcode/datamatrix/BC_Encoder.h" |
-#include "xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.h" |
-#include "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.h" |
+#include "xfa/fxbarcode/BC_Dimension.h" |
+#include "xfa/fxbarcode/common/BC_CommonBitMatrix.h" |
+#include "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h" |
+#include "xfa/fxbarcode/datamatrix/BC_Encoder.h" |
+#include "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h" |
+#include "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h" |
#define SYMBOLS_COUNT 30 |