diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-21 18:31:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-21 18:31:38 +0000 |
commit | 5475b0d4691a9635452f7d546d4d1cf613785541 (patch) | |
tree | ceaad999d6287f046f30f3d7b0280cf0deccd1c3 /src/modes/cmode_b.cpp | |
parent | 46ff0bed0047c4cd05828c5f46dce63176e5084b (diff) |
All non-commands part of the core are now warning clean on vs8
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7096 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modes/cmode_b.cpp')
-rw-r--r-- | src/modes/cmode_b.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modes/cmode_b.cpp b/src/modes/cmode_b.cpp index 5a6960831..9d47c62be 100644 --- a/src/modes/cmode_b.cpp +++ b/src/modes/cmode_b.cpp @@ -11,16 +11,15 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include <string> #include <vector> #include "inspircd_config.h" #include "configreader.h" #include "hash_map.h" -#include "inspircd.h" #include "mode.h" #include "channels.h" #include "users.h" - #include "modules.h" #include "inspstring.h" #include "hashcomp.h" |