X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fchannel.c;fp=src%2Fngircd%2Fchannel.c;h=e879dcdd7368f694c2a7aa44bcf1bb9e78a7e087;hb=259c314d142abd6f9295047c116235cfdd119563;hp=12bd8128b4f803b414c5e5a5ed594d8a53be7953;hpb=51396f8f1c10506b558ce98aafb80aff4b2a95bd;p=ngircd-alex.git diff --git a/src/ngircd/channel.c b/src/ngircd/channel.c index 12bd8128..e879dcdd 100644 --- a/src/ngircd/channel.c +++ b/src/ngircd/channel.c @@ -18,7 +18,6 @@ * Channel management */ -#include "imp.h" #include #include #include @@ -29,10 +28,8 @@ #include "defines.h" #include "conn-func.h" -#include "exp.h" #include "channel.h" -#include "imp.h" #include "irc-write.h" #include "conf.h" #include "hash.h" @@ -41,9 +38,6 @@ #include "messages.h" #include "match.h" -#include "exp.h" - - #define REMOVE_PART 0 #define REMOVE_QUIT 1 #define REMOVE_KICK 2