diff options
author | Adam <Adam@anope.org> | 2012-12-19 08:48:04 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-12-19 08:48:23 -0500 |
commit | 784683a68dc3882f9507b9d304f4adf10fb403ae (patch) | |
tree | 7fa9d69db84f9a382bf5688adc5a007186e39a14 /include/module.h | |
parent | 3b2094301d6cfb6ef4e17746c93a31f82d21a703 (diff) |
Having these references to bots bugged out older compilers, so simplify this by just moving pointers to the core
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/module.h b/include/module.h index e2fc18eaf..eba4384d6 100644 --- a/include/module.h +++ b/include/module.h @@ -47,12 +47,8 @@ #include "users.h" #include "xline.h" -#include "chanserv.h" -#include "botserv.h" #include "global.h" -#include "hostserv.h" #include "memoserv.h" #include "nickserv.h" -#include "operserv.h" #endif // MODULE_H |