| Index: xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| diff --git a/xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp b/xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| index d5f97029f490af2a9b25df6f4ca4fb8be52a2611..1bf9f579818cc96d4c126b1956c1662c599e6c59 100644
|
| --- a/xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| +++ b/xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| @@ -20,9 +20,9 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| -#include "../qrcode/BC_QRCoderErrorCorrectionLevel.h"
|
| -#include "../pdf417/BC_PDF417ResultMetadata.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| +#include "xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h"
|
| +#include "xfa/src/fxbarcode/pdf417/BC_PDF417ResultMetadata.h"
|
| #include "BC_CommonDecoderResult.h"
|
| CBC_CommonDecoderResult::CBC_CommonDecoderResult() {}
|
| void CBC_CommonDecoderResult::Init(const CFX_ByteArray& rawBytes,
|
|
|