From b693269fd9740a3074b84da5645f6bd9daa6486e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2008 19:00:35 +0200 Subject: moved code to charset.c Move everything which deals with UTF-8 strings and character set conversion to charset.c, header charset.h. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 6d83dac6c..0a9f7cb59 100644 --- a/src/main.c +++ b/src/main.c @@ -21,7 +21,7 @@ #include "config.h" #include "ncmpc.h" #include "mpdclient.h" -#include "support.h" +#include "charset.h" #include "options.h" #include "conf.h" #include "command.h" -- cgit v1.2.3