| Index: xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| diff --git a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| index 368a12efd77f8e5816215e25962409a358924741..a01eaee3ac9e57d462370decaadf4b093830dbe9 100644
|
| --- a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| +++ b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| @@ -20,10 +20,10 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| -#include "BC_WhiteRectangleDetector.h"
|
| -#include "BC_CommonBitMatrix.h"
|
| -#include "../BC_ResultPoint.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| +#include "xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h"
|
| +#include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
|
| +#include "xfa/src/fxbarcode/BC_ResultPoint.h"
|
| const int32_t CBC_WhiteRectangleDetector::INIT_SIZE = 30;
|
| const int32_t CBC_WhiteRectangleDetector::CORR = 1;
|
| CBC_WhiteRectangleDetector::CBC_WhiteRectangleDetector(
|
|
|