X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fclient.c;h=9795662ecc66899f642f66aa9632ac6a2c00b1e6;hb=5713c49c8480639f08f7fff82fb5a40e8566e1dc;hp=befb779c663840bdb52df730d88e1a1fbca9b9c7;hpb=259c314d142abd6f9295047c116235cfdd119563;p=ngircd-alex.git diff --git a/src/ngircd/client.c b/src/ngircd/client.c index befb779c..9795662e 100644 --- a/src/ngircd/client.c +++ b/src/ngircd/client.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 @@ -24,12 +24,10 @@ #include #include #include +#include #include -#include "defines.h" #include "conn.h" -#include "client.h" - #include "ngircd.h" #include "channel.h" #include "conf.h"