| Index: xfa/fxbarcode/oned/BC_OnedCode128Writer.h
|
| diff --git a/xfa/fxbarcode/oned/BC_OnedCode128Writer.h b/xfa/fxbarcode/oned/BC_OnedCode128Writer.h
|
| index 9d2285f0c6ecc7f55a488d9cc0eaf8aa1017e79b..7c85af102d4b0753ccb745293fa20fda3621935a 100644
|
| --- a/xfa/fxbarcode/oned/BC_OnedCode128Writer.h
|
| +++ b/xfa/fxbarcode/oned/BC_OnedCode128Writer.h
|
| @@ -7,8 +7,8 @@
|
| #ifndef XFA_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_
|
| #define XFA_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_
|
|
|
| -#include "core/fxcrt/include/fx_string.h"
|
| -#include "core/fxcrt/include/fx_system.h"
|
| +#include "core/fxcrt/fx_string.h"
|
| +#include "core/fxcrt/fx_system.h"
|
| #include "xfa/fxbarcode/oned/BC_OneDimWriter.h"
|
|
|
| class CBC_OnedCode128Writer : public CBC_OneDimWriter {
|
|
|