aboutsummaryrefslogtreecommitdiffstats
path: root/src/charConv.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/charConv.h2
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);