diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-12-16 23:21:17 +0100 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-12 21:03:05 +0200 |
commit | 551d687ec6d7ce44be35fae0dd7345fe73c4f63a (patch) | |
tree | 38edc764c8aed4ebb7afba50c80f23fb4e6d6c41 /src/modules/m_spanningtree/pong.cpp | |
parent | 7b29a8f68fbdc6883285cc19b6f68eeb85f6e143 (diff) |
m_spanningtree Remove unneeded #includes
Diffstat (limited to 'src/modules/m_spanningtree/pong.cpp')
-rw-r--r-- | src/modules/m_spanningtree/pong.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_spanningtree/pong.cpp b/src/modules/m_spanningtree/pong.cpp index 0e36c16e3..9c3a1b8d7 100644 --- a/src/modules/m_spanningtree/pong.cpp +++ b/src/modules/m_spanningtree/pong.cpp @@ -18,11 +18,7 @@ #include "inspircd.h" -#include "socket.h" -#include "xline.h" -#include "socketengine.h" -#include "main.h" #include "utils.h" #include "treeserver.h" #include "treesocket.h" |