summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)