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/userprocess.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/userprocess.cpp')
-rw-r--r-- | src/userprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index dd6a4c24d..ff434e394 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -11,13 +11,13 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "configreader.h" #include "users.h" #include "modules.h" #include "wildcard.h" #include "xline.h" #include "socketengine.h" -#include "inspircd.h" #include "command_parse.h" void InspIRCd::ProcessUser(userrec* cu) |