| Index: xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp
|
| diff --git a/xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp b/xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp
|
| index 62ffd7bc8e682394b3663018ed07a05763fdabe1..a291b1ac24ae6b040618ead2467009a66a3867af 100644
|
| --- a/xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp
|
| +++ b/xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.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_OneDimReader.h"
|
| #include "xfa/src/fxbarcode/oned/BC_OneDimWriter.h"
|
|
|