| Index: xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp
|
| diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp b/xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp
|
| similarity index 94%
|
| rename from xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp
|
| rename to xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp
|
| index 403c34c5fd97053b2c762cb8273718040b87d009..22fd25df8b86b443e567527c0ffbc453a30dcccb 100644
|
| --- a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp
|
| @@ -21,15 +21,15 @@
|
| */
|
|
|
| #include "core/include/fxcrt/fx_basic.h"
|
| -#include "xfa/src/fxbarcode/BC_ResultPoint.h"
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h"
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h"
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h"
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h"
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417Common.h"
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h"
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h"
|
| -#include "xfa/src/fxbarcode/utils.h"
|
| +#include "xfa/fxbarcode/BC_ResultPoint.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417BarcodeValue.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417BoundingBox.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417Codeword.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417Common.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h"
|
| +#include "xfa/fxbarcode/utils.h"
|
|
|
| CBC_DetectionResultRowIndicatorColumn::CBC_DetectionResultRowIndicatorColumn(
|
| CBC_BoundingBox* boundingBox,
|
|
|