X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=c38f89d4d353b952ab901cf87875a92e4bd3930d;hb=3ae91bafe711b26ffae1aa27cfd4f5fe7bfc2347;hp=404175ddb456a59a2a48607056c3f33a08ced212;hpb=8428bbb387d4b1195156f0ab5a676d17b69b8d5f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index 404175ddb..c38f89d4d 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -22,11 +22,9 @@ #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 UserChanList; */ typedef UserChanList::iterator UCListIter; -/** Holds a complete ban list - */ -typedef std::vector BanList; - /** A list of custom modes parameters on a channel */ typedef std::map CustomModeList;