aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar brain2007-05-21 18:27:38 +0000
committerGravatar brain2007-05-21 18:27:38 +0000
commit46ff0bed0047c4cd05828c5f46dce63176e5084b (patch)
tree42ab26a8ab7cd8cb119f2242428f449b132ffa0c /src/users.cpp
parentIt seems that making inspircd.h the first include in .cpp files eliminates th... (diff)
Same tweak, again
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7095 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
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"