X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fchannel.c;h=6d8dde3e1e2004d96b580e51ca210f4eb3bfe2fa;hb=84ff5a6eb975fbabfaaa92447246571721a016bc;hp=e879dcdd7368f694c2a7aa44bcf1bb9e78a7e087;hpb=259c314d142abd6f9295047c116235cfdd119563;p=ngircd-alex.git diff --git a/src/ngircd/channel.c b/src/ngircd/channel.c index e879dcdd..6d8dde3e 100644 --- a/src/ngircd/channel.c +++ b/src/ngircd/channel.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,8 +24,8 @@ #include #include #include +#include -#include "defines.h" #include "conn-func.h" #include "channel.h" @@ -33,7 +33,6 @@ #include "irc-write.h" #include "conf.h" #include "hash.h" -#include "lists.h" #include "log.h" #include "messages.h" #include "match.h"