aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-08 10:49:26 +0200
committerMax Kellermann <max@duempel.org>2008-10-08 10:49:26 +0200
commitca68b1c80a29cb4862c6b732b339a5cbcfcecf51 (patch)
treeef63ec0e737b54a4080a0ab6e080273fdcc8b2c2 /src/utf8.h
parentb159832418dd6ac92229686e1ac6b23f0fe609cb (diff)
downloadmpd-ca68b1c80a29cb4862c6b732b339a5cbcfcecf51.tar.gz
mpd-ca68b1c80a29cb4862c6b732b339a5cbcfcecf51.tar.xz
mpd-ca68b1c80a29cb4862c6b732b339a5cbcfcecf51.zip
CPP include cleanup
Include only headers which are really used.
Diffstat (limited to 'src/utf8.h')
-rw-r--r--src/utf8.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utf8.h b/src/utf8.h
index 353977bef..6203aa611 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -31,5 +31,4 @@ char *utf8_to_latin1(char *dest, const char *utf8);
char *latin1_to_utf8(char *dest, const char *utf8);
-
#endif