diff options
| author | 2006-04-20 18:56:54 +0000 | |
|---|---|---|
| committer | 2006-04-20 18:56:54 +0000 | |
| commit | b11cd1e68a057f4f7e78e63704e0b3b640140d8c (patch) | |
| tree | d7692f9fbbaaa34964d9b0237498b9b57a5c2f32 /src/modules/m_spanningtree.cpp | |
| parent | Move to new include path (diff) | |
| download | inspircd++-b11cd1e68a057f4f7e78e63704e0b3b640140d8c.tar.gz inspircd++-b11cd1e68a057f4f7e78e63704e0b3b640140d8c.tar.bz2 inspircd++-b11cd1e68a057f4f7e78e63704e0b3b640140d8c.zip | |
Include paths change
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3899 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 3394044a3..eb4db1335 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -29,7 +29,7 @@ using namespace std; #include "channels.h" #include "modules.h" #include "commands.h" -#include "cmd_whois.h" +#include "commands/cmd_whois.h" #include "socket.h" #include "helperfuncs.h" #include "inspircd.h" |
