| Index: xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_CommonDecoderResult.cpp b/xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| similarity index 90%
|
| rename from xfa/src/fxbarcode/src/BC_CommonDecoderResult.cpp
|
| rename to xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| index 28d99b138288f00e981c9279d357592a1fa5dfb4..d0c55734db1e1157d077396bc7fd9405f3b433e9 100644
|
| --- a/xfa/src/fxbarcode/src/BC_CommonDecoderResult.cpp
|
| +++ b/xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| @@ -20,10 +20,10 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_QRCoderErrorCorrectionLevel.h"
|
| -#include "include/BC_PDF417ResultMetadata.h"
|
| -#include "include/BC_CommonDecoderResult.h"
|
| +#include "../barcode.h"
|
| +#include "../qrcode/BC_QRCoderErrorCorrectionLevel.h"
|
| +#include "../pdf417/BC_PDF417ResultMetadata.h"
|
| +#include "BC_CommonDecoderResult.h"
|
| CBC_CommonDecoderResult::CBC_CommonDecoderResult()
|
| {
|
| }
|
|
|