summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:31:38 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:31:38 +0000
commit5475b0d4691a9635452f7d546d4d1cf613785541 (patch)
treeceaad999d6287f046f30f3d7b0280cf0deccd1c3 /src
parent46ff0bed0047c4cd05828c5f46dce63176e5084b (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')
-rw-r--r--src/modes/cmode_b.cpp3
-rw-r--r--src/modes/cmode_h.cpp2
-rw-r--r--src/modes/cmode_o.cpp2
-rw-r--r--src/modes/cmode_v.cpp2
-rw-r--r--src/userprocess.cpp2
5 files changed, 5 insertions, 6 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"
diff --git a/src/modes/cmode_h.cpp b/src/modes/cmode_h.cpp
index 4ecf17c36..ecee93388 100644
--- a/src/modes/cmode_h.cpp
+++ b/src/modes/cmode_h.cpp
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#include "configreader.h"
#include "inspircd.h"
+#include "configreader.h"
#include "mode.h"
#include "channels.h"
#include "users.h"
diff --git a/src/modes/cmode_o.cpp b/src/modes/cmode_o.cpp
index a77b40ce0..47d191ff8 100644
--- a/src/modes/cmode_o.cpp
+++ b/src/modes/cmode_o.cpp
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#include "configreader.h"
#include "inspircd.h"
+#include "configreader.h"
#include "mode.h"
#include "channels.h"
#include "users.h"
diff --git a/src/modes/cmode_v.cpp b/src/modes/cmode_v.cpp
index 088726208..1e244c606 100644
--- a/src/modes/cmode_v.cpp
+++ b/src/modes/cmode_v.cpp
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#include "configreader.h"
#include "inspircd.h"
+#include "configreader.h"
#include "mode.h"
#include "channels.h"
#include "users.h"
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)