diff options
| author | 2007-05-21 19:15:28 +0000 | |
|---|---|---|
| committer | 2007-05-21 19:15:28 +0000 | |
| commit | 1689f51f7954d066df84db18d1d87eeeefc58694 (patch) | |
| tree | af777015fb22cbe729ddfdfde47140353bad7ff8 /src/modules/m_spanningtree/rconnect.cpp | |
| parent | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... (diff) | |
Move inspircd.h to top
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7099 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/rconnect.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/rconnect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/rconnect.cpp b/src/modules/m_spanningtree/rconnect.cpp index 6ed97809f..5500ccdc0 100644 --- a/src/modules/m_spanningtree/rconnect.cpp +++ b/src/modules/m_spanningtree/rconnect.cpp @@ -11,6 +11,7 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "configreader.h" #include "users.h" #include "channels.h" @@ -18,7 +19,6 @@ #include "commands/cmd_whois.h" #include "commands/cmd_stats.h" #include "socket.h" -#include "inspircd.h" #include "wildcard.h" #include "xline.h" #include "transport.h" |
