X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-login.c;h=af165cfb364c2b88d4bebe77ce8b094b1a2bf169;hp=c8cff24d845debc3f4bdb415cfd74c36cb1231dc;hb=bd8d4e710c0cb597ef10f23691602256d44895ea;hpb=259c314d142abd6f9295047c116235cfdd119563 diff --git a/src/ngircd/irc-login.c b/src/ngircd/irc-login.c index c8cff24d..af165cfb 100644 --- a/src/ngircd/irc-login.c +++ b/src/ngircd/irc-login.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 @@ -21,9 +21,9 @@ #include #include #include +#include #include "conn-func.h" -#include "class.h" #include "conf.h" #include "channel.h" #include "log.h" @@ -31,7 +31,6 @@ #include "messages.h" #include "parse.h" #include "irc.h" -#include "irc-info.h" #include "irc-macros.h" #include "irc-write.h"