diff options
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 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" |