]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/channel.c
Remove imp.h and exp.h header files
[ngircd-alex.git] / src / ngircd / channel.c
index 12bd8128b4f803b414c5e5a5ed594d8a53be7953..e879dcdd7368f694c2a7aa44bcf1bb9e78a7e087 100644 (file)
@@ -18,7 +18,6 @@
  * Channel management
  */
 
-#include "imp.h"
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
 #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