summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/users.cpp2
-rw-r--r--src/wildcard.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/users.cpp b/src/users.cpp
index b53989292..8d0daf987 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -11,10 +11,10 @@
* ---------------------------------------------------
*/
+#include "inspircd.h"
#include "configreader.h"
#include "channels.h"
#include "users.h"
-#include "inspircd.h"
#include <stdarg.h>
#include "socketengine.h"
#include "wildcard.h"
diff --git a/src/wildcard.cpp b/src/wildcard.cpp
index 3ea64bd2c..8587f1714 100644
--- a/src/wildcard.cpp
+++ b/src/wildcard.cpp
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#include <string>
#include "inspircd.h"
+#include <string>
#include "hashcomp.h"
#include "inspstring.h"