]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-encoding.c
Update #include's: remove unused and add missing ones
[ngircd-alex.git] / src / ngircd / irc-encoding.c
index dfc412bc9a107a1a9a682f8dcc4d1db980f8921f..0b8e9d4b9b0e9d84561f3dbf7a5e42bdf4572d2f 100644 (file)
@@ -16,6 +16,8 @@
  * IRC encoding commands
  */
 
+#ifdef ICONV
+
 #include <assert.h>
 #include <string.h>
 
 #include "parse.h"
 #include "tool.h"
 
-#include "irc-encoding.h"
-
-#ifdef ICONV
-
 /**
  * Handler for the IRC+ "CHARCONV" command.
  *