]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/class.c
Remove imp.h and exp.h header files
[ngircd-alex.git] / src / ngircd / class.c
index d08f4c565001062d6f5e18b515644f9634c56769..df444fec115c9e3052982df102d18d8cfdc027c4 100644 (file)
@@ -16,7 +16,6 @@
  * User class management.
  */
 
-#include "imp.h"
 #include <assert.h>
 #include <string.h>
 
@@ -28,7 +27,6 @@
 #include "match.h"
 #include "stdio.h"
 
-#include "exp.h"
 #include "class.h"
 
 struct list_head My_Classes[CLASS_COUNT];