From: brain Date: Mon, 21 May 2007 18:27:38 +0000 (+0000) Subject: Same tweak, again X-Git-Tag: v2.0.23~5319 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=46ff0bed0047c4cd05828c5f46dce63176e5084b;p=user%2Fhenk%2Fcode%2Finspircd.git Same tweak, again git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7095 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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 #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 #include "inspircd.h" +#include #include "hashcomp.h" #include "inspstring.h"