X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-cap.c;h=bf4c9cd0c42a84a6e49ccb7e0c045ebc43034b6f;hp=c780921ea8e64742507fe221c05281452b9a62d3;hb=b8482fd3cfdb429aec75575958f4d5d4e9ae22df;hpb=259c314d142abd6f9295047c116235cfdd119563 diff --git a/src/ngircd/irc-cap.c b/src/ngircd/irc-cap.c index c780921e..bf4c9cd0 100644 --- a/src/ngircd/irc-cap.c +++ b/src/ngircd/irc-cap.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 @@ -18,12 +18,11 @@ #include #include +#include -#include "defines.h" #include "conn.h" #include "channel.h" #include "client-cap.h" -#include "irc-macros.h" #include "irc-write.h" #include "log.h" #include "login.h"