| Index: xfa/src/fxbarcode/pdf417/BC_PDF417Detector.cpp
|
| diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417Detector.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417Detector.cpp
|
| index 40f00b42ee6055d4cd19a9551b4b1f70d4ebada8..ca845ff04a257a8d0ff3faea0462c47814d5cc39 100644
|
| --- a/xfa/src/fxbarcode/pdf417/BC_PDF417Detector.cpp
|
| +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417Detector.cpp
|
| @@ -20,13 +20,13 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/barcode.h"
|
| -#include "xfa/src/fxbarcode/BC_ResultPoint.h"
|
| #include "xfa/src/fxbarcode/BC_BinaryBitmap.h"
|
| -#include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
|
| +#include "xfa/src/fxbarcode/BC_ResultPoint.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| #include "xfa/src/fxbarcode/common/BC_CommonBitArray.h"
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h"
|
| +#include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
|
| #include "xfa/src/fxbarcode/pdf417/BC_PDF417Detector.h"
|
| +#include "xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h"
|
| #define INTERGER_MAX 2147483647
|
| int32_t CBC_Detector::INDEXES_START_PATTERN[] = {0, 4, 1, 5};
|
| int32_t CBC_Detector::INDEXES_STOP_PATTERN[] = {6, 2, 7, 3};
|
|
|