| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_QRCoderBitVector.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp
|
| similarity index 95%
|
| rename from xfa/src/fxbarcode/src/BC_QRCoderBitVector.cpp
|
| rename to xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp
|
| index 728252e9e28cd11973d6fd2b5339e33859bec457..b7a0a1c3a772b698e3eb4680be908897d6dc145f 100644
|
| --- a/xfa/src/fxbarcode/src/BC_QRCoderBitVector.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp
|
| @@ -20,8 +20,8 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_QRCoderBitVector.h"
|
| +#include "../barcode.h"
|
| +#include "BC_QRCoderBitVector.h"
|
| CBC_QRCoderBitVector::CBC_QRCoderBitVector()
|
| {
|
| m_sizeInBits = 0;
|
|
|