summaryrefslogtreecommitdiffstats
path: root/src/modules/m_ident.cpp
diff options
context:
space:
mode:
authorGravatar brain2008-10-04 21:27:52 +0000
committerGravatar brain2008-10-04 21:27:52 +0000
commitfa933d7bdcb3e5fecce260f5456a00dda80f21e2 (patch)
treefef6429cc3384880471045fba27172aa2fbe71d8 /src/modules/m_ident.cpp
parentWe are including tons more than we need to here, its a mess :p (diff)
downloadinspircd++-fa933d7bdcb3e5fecce260f5456a00dda80f21e2.tar.gz
inspircd++-fa933d7bdcb3e5fecce260f5456a00dda80f21e2.tar.bz2
inspircd++-fa933d7bdcb3e5fecce260f5456a00dda80f21e2.zip
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/m_ident.cpp')
-rw-r--r--src/modules/m_ident.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp
index ba766319e..b715f437c 100644
--- a/src/modules/m_ident.cpp
+++ b/src/modules/m_ident.cpp
@@ -12,9 +12,6 @@
*/
#include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
/* $ModDesc: Provides support for RFC1413 ident lookups */