diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-21 18:27:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-21 18:27:38 +0000 |
commit | 46ff0bed0047c4cd05828c5f46dce63176e5084b (patch) | |
tree | 42ab26a8ab7cd8cb119f2242428f449b132ffa0c /src | |
parent | b083bc0b660671c1dd393b4d94989d5e159fabab (diff) |
Same tweak, again
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7095 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/users.cpp | 2 | ||||
-rw-r--r-- | src/wildcard.cpp | 2 |
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" |