]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-encoding.c
ngIRCd Release 27
[ngircd-alex.git] / src / ngircd / irc-encoding.c
index 97b518a063b7adbf124d3760faabaa6fc840c712..7b7121b1ac4f7ecdded062b2192d1ceafb2d5e7a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,7 +16,8 @@
  * IRC encoding commands
  */
 
-#include "imp.h"
+#ifdef ICONV
+
 #include <assert.h>
 #include <string.h>
 
 #include "parse.h"
 #include "tool.h"
 
-#include "exp.h"
 #include "irc-encoding.h"
 
-#ifdef ICONV
-
 /**
  * Handler for the IRC+ "CHARCONV" command.
  *