summaryrefslogtreecommitdiff
path: root/include/module.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-11-22 00:50:33 -0500
committerAdam <Adam@anope.org>2012-11-22 00:50:33 -0500
commitd33a0f75a5c0c584fbb7cc0076da36d494f39494 (patch)
tree7b2274cc833c793c0f5595660cbd4d715de52ffd /include/module.h
parent368d469631763e9c8bf399980d0ac7c5b5664d39 (diff)
Pretty large coding style cleanup, in source doc
cleanup, and allow protocol mods to depend on each other
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/module.h b/include/module.h
index bba901741..e6b63bdfb 100644
--- a/include/module.h
+++ b/include/module.h
@@ -18,13 +18,11 @@
#include "anope.h"
#include "base.h"
#include "bots.h"
-#include "botserv.h"
#include "channels.h"
#include "commands.h"
#include "config.h"
#include "dns.h"
#include "extensible.h"
-#include "extern.h"
#include "hashcomp.h"
#include "language.h"
#include "lists.h"
@@ -34,7 +32,6 @@
#include "messages.h"
#include "modes.h"
#include "modules.h"
-#include "oper.h"
#include "opertype.h"
#include "protocol.h"
#include "regexpr.h"
@@ -50,9 +47,14 @@
#include "timers.h"
#include "uplink.h"
#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