diff options
Diffstat (limited to 'xfa/fxbarcode/cbc_upca.h')
-rw-r--r-- | xfa/fxbarcode/cbc_upca.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxbarcode/cbc_upca.h b/xfa/fxbarcode/cbc_upca.h index ee4c31bee4..1a94cfac0e 100644 --- a/xfa/fxbarcode/cbc_upca.h +++ b/xfa/fxbarcode/cbc_upca.h @@ -7,8 +7,8 @@ #ifndef XFA_FXBARCODE_CBC_UPCA_H_ #define XFA_FXBARCODE_CBC_UPCA_H_ -#include "core/include/fxcrt/fx_string.h" -#include "core/include/fxcrt/fx_system.h" +#include "core/fxcrt/include/fx_string.h" +#include "core/fxcrt/include/fx_system.h" #include "core/include/fxge/fx_dib.h" #include "xfa/fxbarcode/cbc_onecode.h" |