summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-04 00:44:28 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-04 00:44:28 +0000
commitae888e9cf9bd0b41edfbc4231d0435a23441509e (patch)
tree88964adc9ccc32a5f1449fd8d74129ad1cb3e1a4 /include/mode.h
parent4d85db12ae1bc165e6be313de9aa0864d2b8f153 (diff)
Remove some unnecessary headers from places, commit working BanCacheManager skeleton. Work in progress, ignore it for now. Doesn't do anything, either.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8487 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mode.h b/include/mode.h
index a787e4637..8da8d8b58 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -14,12 +14,9 @@
#ifndef __MODE_H
#define __MODE_H
-/* include the common header files */
#include <string>
#include <deque>
#include <vector>
-#include "users.h"
-#include "channels.h"
#include "ctables.h"
class InspIRCd;