diff options
author | Peter Powell <petpow@saberuk.com> | 2019-07-19 14:12:13 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-07-19 14:17:10 +0100 |
commit | e2fcf7b3b15f86fec250b7b784bdf3d0631048c6 (patch) | |
tree | c0fea58c832b87abd3f5be1f920aaa5bfff475aa /src/modules/m_spanningtree/netburst.cpp | |
parent | a9989ac3978bd6e1f9e915aeed399d9db327c235 (diff) |
Add an event for adding tags to S2S messages.
Diffstat (limited to 'src/modules/m_spanningtree/netburst.cpp')
-rw-r--r-- | src/modules/m_spanningtree/netburst.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/netburst.cpp b/src/modules/m_spanningtree/netburst.cpp index ca4d1a472..f3f2ea7ac 100644 --- a/src/modules/m_spanningtree/netburst.cpp +++ b/src/modules/m_spanningtree/netburst.cpp @@ -27,7 +27,6 @@ #include "treeserver.h" #include "main.h" #include "commands.h" -#include "modules/server.h" /** * Creates FMODE messages, used only when syncing channels |