X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=98ea4a0b922b12ce755fb4626ee0c6d23cef07d9;hb=c202dea024542b9c6c6b771bb9a3a081d9eacdc5;hp=404175ddb456a59a2a48607056c3f33a08ced212;hpb=8790551dc182cd8804ee7d8ef89ccb31067cc2a4;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index 404175ddb..98ea4a0b9 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -22,11 +22,10 @@ #pragma once class BanCacheManager; -class BanItem; class BufferedSocket; class Channel; class Command; -class ConfigReader; +class ConfigStatus; class ConfigTag; class Extensible; class FakeUser; @@ -77,10 +76,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;