diff options
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/main.cpp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index f7089554f..b2fa9c2d8 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -28,18 +28,19 @@ #include "inspircd.h" +#include "clientprotocolmsg.h" +#include "iohook.h" #include "socket.h" #include "xline.h" -#include "iohook.h" -#include "resolvers.h" +#include "commands.h" +#include "link.h" #include "main.h" -#include "utils.h" +#include "resolvers.h" +#include "translate.h" #include "treeserver.h" -#include "link.h" #include "treesocket.h" -#include "commands.h" -#include "translate.h" +#include "utils.h" ModuleSpanningTree::ModuleSpanningTree() : Module(VF_VENDOR, "Allows linking multiple servers together as part of one network.") |
