| Index: xfa/src/fxbarcode/qrcode/BC_QRGridSampler.cpp
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRGridSampler.cpp b/xfa/src/fxbarcode/qrcode/BC_QRGridSampler.cpp
|
| index 088b3cbd7cf577b3acc40ce1045357ea4e70ec3b..f78c543476c571247dfd5c76e65bf68b75ea30eb 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRGridSampler.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRGridSampler.cpp
|
| @@ -21,8 +21,8 @@
|
| */
|
|
|
| #include "xfa/src/fxbarcode/barcode.h"
|
| -#include "xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.h"
|
| #include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
|
| +#include "xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.h"
|
| #include "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.h"
|
| CBC_QRGridSampler CBC_QRGridSampler::m_gridSampler;
|
| CBC_QRGridSampler::CBC_QRGridSampler() {}
|
|
|