Index: xfa/fxbarcode/BC_ResultPoint.cpp |
diff --git a/xfa/src/fxbarcode/BC_ResultPoint.cpp b/xfa/fxbarcode/BC_ResultPoint.cpp |
similarity index 95% |
rename from xfa/src/fxbarcode/BC_ResultPoint.cpp |
rename to xfa/fxbarcode/BC_ResultPoint.cpp |
index 492f156da7d3f794080e4f9e0874f0251c2b68b7..9726ea4240fc14696d2325b8b864cf5fa3fa7612 100644 |
--- a/xfa/src/fxbarcode/BC_ResultPoint.cpp |
+++ b/xfa/fxbarcode/BC_ResultPoint.cpp |
@@ -20,7 +20,7 @@ |
* limitations under the License. |
*/ |
-#include "xfa/src/fxbarcode/BC_ResultPoint.h" |
+#include "xfa/fxbarcode/BC_ResultPoint.h" |
CBC_ResultPoint::CBC_ResultPoint(FX_FLOAT x, FX_FLOAT y) : m_x(x), m_y(y) {} |
FX_FLOAT CBC_ResultPoint::GetX() { |