| Index: xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp
|
| diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp b/xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp
|
| similarity index 98%
|
| rename from xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp
|
| rename to xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp
|
| index 89fed29ffafdec576c42b6d0517dd8317f7296b5..27c6651542911758d7e43ae24ddc3c0bc7be2657 100644
|
| --- a/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp
|
| @@ -20,12 +20,12 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h"
|
|
|
| #include "third_party/bigint/BigIntegerLibrary.hh"
|
| -#include "xfa/src/fxbarcode/BC_UtilCodingConvert.h"
|
| -#include "xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.h"
|
| -#include "xfa/src/fxbarcode/utils.h"
|
| +#include "xfa/fxbarcode/BC_UtilCodingConvert.h"
|
| +#include "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h"
|
| +#include "xfa/fxbarcode/utils.h"
|
|
|
| #define SUBMODE_ALPHA 0
|
| #define SUBMODE_LOWER 1
|
|
|