| Index: xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
|
| diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp b/xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
|
| similarity index 98%
|
| rename from xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
|
| rename to xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
|
| index 7a04fddebe8800c64d2d57b17ae08bbce466feae..d52648c68368c876837a47eb669e96085f8e8f38 100644
|
| --- a/xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
|
| @@ -20,15 +20,15 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h"
|
|
|
| #include <stdlib.h>
|
|
|
| #include "third_party/bigint/BigIntegerLibrary.hh"
|
| -#include "xfa/src/fxbarcode/BC_DecoderResult.h"
|
| -#include "xfa/src/fxbarcode/common/BC_CommonDecoderResult.h"
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417ResultMetadata.h"
|
| -#include "xfa/src/fxbarcode/utils.h"
|
| +#include "xfa/fxbarcode/BC_DecoderResult.h"
|
| +#include "xfa/fxbarcode/common/BC_CommonDecoderResult.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417ResultMetadata.h"
|
| +#include "xfa/fxbarcode/utils.h"
|
|
|
| #define TEXT_COMPACTION_MODE_LATCH 900
|
| #define BYTE_COMPACTION_MODE_LATCH 901
|
|
|