X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-encoding.c;h=7b7121b1ac4f7ecdded062b2192d1ceafb2d5e7a;hb=21767c968d5799ce153f860db6c119eb4b7f9518;hp=97b518a063b7adbf124d3760faabaa6fc840c712;hpb=08f9d31d60220e8a389a2d24f42625be7749f090;p=ngircd-alex.git diff --git a/src/ngircd/irc-encoding.c b/src/ngircd/irc-encoding.c index 97b518a0..7b7121b1 100644 --- a/src/ngircd/irc-encoding.c +++ b/src/ngircd/irc-encoding.c @@ -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 #include @@ -28,11 +29,8 @@ #include "parse.h" #include "tool.h" -#include "exp.h" #include "irc-encoding.h" -#ifdef ICONV - /** * Handler for the IRC+ "CHARCONV" command. *