| Index: xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.cpp
|
| diff --git a/xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.cpp b/xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.cpp
|
| index 74c4cd982637e89887de86e6db48abe77806000d..f822c3c4b03ccd28fcb6fc1ad31b66a3791f3f07 100644
|
| --- a/xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.cpp
|
| +++ b/xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.cpp
|
| @@ -20,9 +20,9 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| -#include "../BC_Reader.h"
|
| -#include "../common/BC_CommonBitArray.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| +#include "xfa/src/fxbarcode/BC_Reader.h"
|
| +#include "xfa/src/fxbarcode/common/BC_CommonBitArray.h"
|
| #include "BC_OneDReader.h"
|
| #include "BC_OneDimReader.h"
|
| #include "BC_OnedEAN13Reader.h"
|
|
|