]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc.c
Remove imp.h and exp.h header files
[ngircd-alex.git] / src / ngircd / irc.c
index d6a751a0d427edb091603ad62f54f3083de57ca7..e99f42ff23633d06deaf5b10f4c4ffa46f824688 100644 (file)
@@ -16,7 +16,6 @@
  * IRC commands
  */
 
-#include "imp.h"
 #include <assert.h>
 #include <stdio.h>
 #include <string.h>
@@ -36,7 +35,6 @@
 #include "op.h"
 #include "tool.h"
 
-#include "exp.h"
 #include "irc.h"
 
 static char *Option_String PARAMS((CONN_ID Idx));