| Index: xfa/src/fxbarcode/oned/BC_OnedCode128Reader.cpp
|
| diff --git a/xfa/src/fxbarcode/oned/BC_OnedCode128Reader.cpp b/xfa/src/fxbarcode/oned/BC_OnedCode128Reader.cpp
|
| index c1f74c8a619e9f7267c71be31acc309f19c69ef6..601baa2a4c562f996fd1e28a784ace4668504b46 100644
|
| --- a/xfa/src/fxbarcode/oned/BC_OnedCode128Reader.cpp
|
| +++ b/xfa/src/fxbarcode/oned/BC_OnedCode128Reader.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_OnedCode128Reader.h"
|
| const int32_t CBC_OnedCode128Reader::CODE_PATTERNS[107][7] = {
|
|
|