diff options
| author | 2007-05-21 19:13:39 +0000 | |
|---|---|---|
| committer | 2007-05-21 19:13:39 +0000 | |
| commit | 76d7e8a0684b38a82e6c05ebd7538b69660e1bef (patch) | |
| tree | ac874179a3e0268abd949b5220af515bdd6140b4 /src/modules/extra/m_sqlutils.cpp | |
| parent | Reorder inspircd.h header to top (diff) | |
Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahblah that we dont even use, remove redeclared <string>, <map>, <vector>.
This (1) fixes the irc::string::move warnings on vc8 (2) speeds up compile a lot
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7098 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqlutils.cpp')
| -rw-r--r-- | src/modules/extra/m_sqlutils.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/extra/m_sqlutils.cpp b/src/modules/extra/m_sqlutils.cpp index 131e20e5e..8c7cebd1b 100644 --- a/src/modules/extra/m_sqlutils.cpp +++ b/src/modules/extra/m_sqlutils.cpp @@ -11,18 +11,13 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include <sstream> -#include <string> -#include <map> #include <list> - #include "users.h" #include "channels.h" #include "modules.h" - -#include "inspircd.h" #include "configreader.h" - #include "m_sqlutils.h" /* $ModDesc: Provides some utilities to SQL client modules, such as mapping queries to users and channels */ |
