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/screen_artist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen_artist.c') diff --git a/src/screen_artist.c b/src/screen_artist.c index 351dcf081..7d3a18952 100644 --- a/src/screen_artist.c +++ b/src/screen_artist.c @@ -18,7 +18,7 @@ #include "i18n.h" #include "options.h" -#include "support.h" +#include "charset.h" #include "mpdclient.h" #include "utils.h" #include "strfsong.h" -- cgit v1.2.3