diff options
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h index 08ba8a4bd..6ff54a31f 100644 --- a/include/module.h +++ b/include/module.h @@ -12,7 +12,6 @@ #ifndef MODULE_H #define MODULE_H -/* Just include everything for now */ #include "access.h" #include "account.h" #include "anope.h" @@ -47,6 +46,7 @@ #include "users.h" #include "xline.h" +#include "chanserv.h" #include "global.h" #include "memoserv.h" #include "nickserv.h" |