From 68fd81b31990fae50628e115a32f352a8fa61895 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 26 Jun 2022 16:34:21 +0100 Subject: Make clientprotocol{msg,event} and numericbuilder non-default headers. --- src/modules/m_spanningtree/main.cpp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/modules/m_spanningtree/main.cpp') 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.") -- cgit v1.3.1-10-gc9f91