]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/typedefs.h
Allow for skipping clone checking before DNS is complete.
[user/henk/code/inspircd.git] / include / typedefs.h
index 404175ddb456a59a2a48607056c3f33a08ced212..c38f89d4d353b952ab901cf87875a92e4bd3930d 100644 (file)
 #pragma once
 
 class BanCacheManager;
-class BanItem;
 class BufferedSocket;
 class Channel;
 class Command;
-class ConfigReader;
 class ConfigTag;
 class Extensible;
 class FakeUser;
@@ -77,10 +75,6 @@ typedef std::set<Channel*> UserChanList;
  */
 typedef UserChanList::iterator UCListIter;
 
-/** Holds a complete ban list
- */
-typedef std::vector<BanItem> BanList;
-
 /** A list of custom modes parameters on a channel
  */
 typedef std::map<char,std::string> CustomModeList;