diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-27 14:49:08 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-27 14:49:08 +0000 |
commit | 4e7c9f5a9257723765f9994aff90440a0b6cf3c9 (patch) | |
tree | 072836d9a4443cb846f3edcdfa526154833e70f1 /src/modules/m_hostchange.cpp | |
parent | 9d1b979fbca14013718f29e4e0380bb84b5e5470 (diff) |
Remove unnecessary header traffic
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7885 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_hostchange.cpp')
-rw-r--r-- | src/modules/m_hostchange.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp index ebc8a1ffa..cf85a3900 100644 --- a/src/modules/m_hostchange.cpp +++ b/src/modules/m_hostchange.cpp @@ -12,9 +12,6 @@ */ #include "inspircd.h" -#include "users.h" -#include "channels.h" -#include "modules.h" #include "wildcard.h" /* $ModDesc: Provides masking of user hostnames in a different way to m_cloaking */ |