X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbancache.h;h=944d69816e5450d19d1de264a8ac5a8e81d0bf9a;hb=8c2d96013084de950e3a63be4ae6ed626c4093ab;hp=b00bcbae562a06b888ff6026f14f2c6a2fcdafd8;hpb=05bd4c0a51bf25072ef63a2951e827692ba51520;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/bancache.h b/include/bancache.h index b00bcbae5..944d69816 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -14,8 +14,6 @@ #ifndef __BANCACHE_H #define __BANCACHE_H -#include - class CoreExport BanCacheHit : public classbase { private: @@ -50,7 +48,7 @@ class CoreExport BanCacheHit : public classbase #ifndef WIN32 typedef nspace::hash_map > BanCacheHash; #else -typedef nspace::hash_map > > BanCacheHash; +typedef nspace::hash_map > > BanCacheHash; #endif class CoreExport BanCacheManager : public classbase