| Index: xfa/src/fxbarcode/oned/BC_OneDReader.cpp
|
| diff --git a/xfa/src/fxbarcode/oned/BC_OneDReader.cpp b/xfa/src/fxbarcode/oned/BC_OneDReader.cpp
|
| index 6e4798b6660945d1743dd0530df29b7dc2f4fec0..61448d21e7398d0bb5967a5fc49789f655d3d7ae 100644
|
| --- a/xfa/src/fxbarcode/oned/BC_OneDReader.cpp
|
| +++ b/xfa/src/fxbarcode/oned/BC_OneDReader.cpp
|
| @@ -20,10 +20,10 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| -#include "../BC_Reader.h"
|
| -#include "../BC_BinaryBitmap.h"
|
| -#include "../common/BC_CommonBitArray.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| +#include "xfa/src/fxbarcode/BC_Reader.h"
|
| +#include "xfa/src/fxbarcode/BC_BinaryBitmap.h"
|
| +#include "xfa/src/fxbarcode/common/BC_CommonBitArray.h"
|
| #include "BC_OneDReader.h"
|
| const int32_t CBC_OneDReader::INTEGER_MATH_SHIFT = 8;
|
| const int32_t CBC_OneDReader::PATTERN_MATCH_RESULT_SCALE_FACTOR = 1 << 8;
|
|
|