| Index: xfa/src/fxbarcode/oned/BC_OnedCode128Writer.cpp
|
| diff --git a/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.cpp b/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.cpp
|
| index cc923e6735850c49b331176ab1598b654035b52f..045dacb6ead8de8da145b41923238a547935fcc4 100644
|
| --- a/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.cpp
|
| +++ b/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.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/oned/BC_OneDReader.h"
|
| #include "xfa/src/fxbarcode/oned/BC_OneDimWriter.h"
|
| #include "xfa/src/fxbarcode/oned/BC_OnedCode128Reader.h"
|
|
|