| Index: xfa/src/fxbarcode/oned/BC_OneDimReader.cpp
|
| diff --git a/xfa/src/fxbarcode/oned/BC_OneDimReader.cpp b/xfa/src/fxbarcode/oned/BC_OneDimReader.cpp
|
| index 67bfd809952d1ab1b5140715d653530de7bafaaa..b6ef6749b85fee3a1137c0729fbeb35366dd1e73 100644
|
| --- a/xfa/src/fxbarcode/oned/BC_OneDimReader.cpp
|
| +++ b/xfa/src/fxbarcode/oned/BC_OneDimReader.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"
|
| const int32_t CBC_OneDimReader::MAX_AVG_VARIANCE = (int32_t)(256 * 0.48f);
|
|
|