diff options
| author | 2008-10-04 21:27:52 +0000 | |
|---|---|---|
| committer | 2008-10-04 21:27:52 +0000 | |
| commit | fa933d7bdcb3e5fecce260f5456a00dda80f21e2 (patch) | |
| tree | fef6429cc3384880471045fba27172aa2fbe71d8 /src/modules/extra/m_sqloper.cpp | |
| parent | We are including tons more than we need to here, its a mess :p (diff) | |
Header tidyups. Apart from module to module API stuff and external deps, modules dont really need to include much but inspircd.h (and xline.h if they create new xline factories)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10622 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqloper.cpp')
| -rw-r--r-- | src/modules/extra/m_sqloper.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/extra/m_sqloper.cpp b/src/modules/extra/m_sqloper.cpp index a273e15c1..d937c4336 100644 --- a/src/modules/extra/m_sqloper.cpp +++ b/src/modules/extra/m_sqloper.cpp @@ -12,11 +12,6 @@ */ #include "inspircd.h" -#include "users.h" -#include "channels.h" -#include "modules.h" -#include "configreader.h" - #include "m_sqlv2.h" #include "m_sqlutils.h" #include "m_hash.h" |
