Index: xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp |
diff --git a/xfa/src/fxbarcode/src/BC_QRFinderPattern.cpp b/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp |
similarity index 92% |
rename from xfa/src/fxbarcode/src/BC_QRFinderPattern.cpp |
rename to xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp |
index 8dd30f217a07d2e49fccd918c807b54b76295085..8d1385e99a4dae75c23919167339109f8320321c 100644 |
--- a/xfa/src/fxbarcode/src/BC_QRFinderPattern.cpp |
+++ b/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp |
@@ -20,9 +20,9 @@ |
* limitations under the License. |
*/ |
-#include "barcode.h" |
-#include "include/BC_ResultPoint.h" |
-#include "include/BC_QRFinderPattern.h" |
+#include "../barcode.h" |
+#include "../BC_ResultPoint.h" |
+#include "BC_QRFinderPattern.h" |
CBC_QRFinderPattern::CBC_QRFinderPattern(FX_FLOAT x, FX_FLOAT posY, FX_FLOAT estimatedModuleSize): |
CBC_ResultPoint(x, posY), |
m_estimatedModuleSize(estimatedModuleSize), m_count(1) |