diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-04 00:44:28 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-04 00:44:28 +0000 |
commit | ae888e9cf9bd0b41edfbc4231d0435a23441509e (patch) | |
tree | 88964adc9ccc32a5f1449fd8d74129ad1cb3e1a4 /include/xline.h | |
parent | 4d85db12ae1bc165e6be313de9aa0864d2b8f153 (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/xline.h')
-rw-r--r-- | include/xline.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xline.h b/include/xline.h index 74c58e05c..fcbd9134d 100644 --- a/include/xline.h +++ b/include/xline.h @@ -17,8 +17,6 @@ #include <string> #include <deque> #include <vector> -#include "users.h" -#include "channels.h" /** XLine is the base class for ban lines such as G lines and K lines. * Modules may derive from this, and their xlines will automatically be |