mirror of
https://github.com/anope/anope.git
synced 2026-07-10 14:23:14 +02:00
Pretty large coding style cleanup, in source doc
cleanup, and allow protocol mods to depend on each other
This commit is contained in:
+5
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user