| Index: xfa/src/fxbarcode/oned/BC_OnedCode39Writer.cpp
|
| diff --git a/xfa/src/fxbarcode/oned/BC_OnedCode39Writer.cpp b/xfa/src/fxbarcode/oned/BC_OnedCode39Writer.cpp
|
| index 10c2529337775f7e7adcd759943419b16f7c9a33..02de5f224f03acd3b609d6fd8500ca7fd2bea6f3 100644
|
| --- a/xfa/src/fxbarcode/oned/BC_OnedCode39Writer.cpp
|
| +++ b/xfa/src/fxbarcode/oned/BC_OnedCode39Writer.cpp
|
| @@ -20,9 +20,9 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/barcode.h"
|
| -#include "xfa/src/fxbarcode/BC_Writer.h"
|
| #include "xfa/src/fxbarcode/BC_Reader.h"
|
| +#include "xfa/src/fxbarcode/BC_Writer.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| #include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
|
| #include "xfa/src/fxbarcode/oned/BC_OneDReader.h"
|
| #include "xfa/src/fxbarcode/oned/BC_OneDimWriter.h"
|
|
|