| Index: xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_QRAlignmentPattern.cpp b/xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.cpp
|
| similarity index 91%
|
| rename from xfa/src/fxbarcode/src/BC_QRAlignmentPattern.cpp
|
| rename to xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.cpp
|
| index ace8ac2c412012b67b706a34728247b7ec463179..e1ee168e7271087053695cd53404ab6926261fa2 100644
|
| --- a/xfa/src/fxbarcode/src/BC_QRAlignmentPattern.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.cpp
|
| @@ -20,9 +20,9 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_ResultPoint.h"
|
| -#include "include/BC_QRAlignmentPattern.h"
|
| +#include "../barcode.h"
|
| +#include "../BC_ResultPoint.h"
|
| +#include "BC_QRAlignmentPattern.h"
|
| CBC_QRAlignmentPattern::CBC_QRAlignmentPattern(FX_FLOAT posX, FX_FLOAT posY, FX_FLOAT estimateModuleSize):
|
| CBC_ResultPoint(posX, posY), m_moduleSize(estimateModuleSize)
|
| {
|
|
|