| Index: xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_WhiteRectangleDetector.cpp b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| similarity index 95%
|
| rename from xfa/src/fxbarcode/src/BC_WhiteRectangleDetector.cpp
|
| rename to xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| index 38fa5e94774157f69a5fe4859c60a6d6f0e45b47..8bc93136cafc59583d69a618ed8aae1630208704 100644
|
| --- a/xfa/src/fxbarcode/src/BC_WhiteRectangleDetector.cpp
|
| +++ b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| @@ -20,10 +20,10 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_WhiteRectangleDetector.h"
|
| -#include "include/BC_CommonBitMatrix.h"
|
| -#include "include/BC_ResultPoint.h"
|
| +#include "../barcode.h"
|
| +#include "BC_WhiteRectangleDetector.h"
|
| +#include "BC_CommonBitMatrix.h"
|
| +#include "../BC_ResultPoint.h"
|
| const FX_INT32 CBC_WhiteRectangleDetector::INIT_SIZE = 30;
|
| const FX_INT32 CBC_WhiteRectangleDetector::CORR = 1;
|
| CBC_WhiteRectangleDetector::CBC_WhiteRectangleDetector(CBC_CommonBitMatrix *image)
|
|
|