diff options
| author | 2007-05-21 18:27:38 +0000 | |
|---|---|---|
| committer | 2007-05-21 18:27:38 +0000 | |
| commit | 46ff0bed0047c4cd05828c5f46dce63176e5084b (patch) | |
| tree | 42ab26a8ab7cd8cb119f2242428f449b132ffa0c /src/wildcard.cpp | |
| parent | It 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/wildcard.cpp')
| -rw-r--r-- | src/wildcard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
