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/command_parse.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/command_parse.h')
-rw-r--r-- | include/command_parse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index d5c7049db..fb893411a 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -15,7 +15,6 @@ #define __COMMAND_PARSE_H #include <string> -#include "users.h" #include "ctables.h" #include "typedefs.h" |