diff options
Diffstat (limited to 'src/charConv.h')
-rw-r--r-- | src/charConv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charConv.h b/src/charConv.h index a416b5c8f..728f549bb 100644 --- a/src/charConv.h +++ b/src/charConv.h @@ -19,8 +19,6 @@ #ifndef CHAR_CONV_H #define CHAR_CONV_H -#include "../config.h" - int setCharSetConversion(const char *to, const char *from); char *char_conv_str(char *dest, const char *string); |