| Index: xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_PDF417BoundingBox.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp
|
| similarity index 95%
|
| rename from xfa/src/fxbarcode/src/BC_PDF417BoundingBox.cpp
|
| rename to xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp
|
| index be3f3277e3ecbabf7868b835f7823bd80e8bbf61..55f4cb4510fbfbdf90aaca1d347c097be8ba7b8a 100644
|
| --- a/xfa/src/fxbarcode/src/BC_PDF417BoundingBox.cpp
|
| +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp
|
| @@ -20,10 +20,10 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_ResultPoint.h"
|
| -#include "include/BC_CommonBitMatrix.h"
|
| -#include "include/BC_PDF417BoundingBox.h"
|
| +#include "../barcode.h"
|
| +#include "../BC_ResultPoint.h"
|
| +#include "../common/BC_CommonBitMatrix.h"
|
| +#include "BC_PDF417BoundingBox.h"
|
| CBC_BoundingBox::CBC_BoundingBox(CBC_CommonBitMatrix* image, CBC_ResultPoint* topLeft, CBC_ResultPoint* bottomLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomRight, FX_INT32 &e)
|
| {
|
| if ((topLeft == NULL && topRight == NULL) ||
|
|
|