X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=840c840cfba6e23b77f896f92dc13409aebd421a;hb=5e9a6b9186a8cbaaf65ae7d9cd9c0c033c91b497;hp=cd8c820397a57a4cab330095c632def9a39e43c9;hpb=09dd16b981c38cbde7573398cb50ae1cf0531ade;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index cd8c82039..840c840cf 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -1,3 +1,16 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd: (C) 2002-2007 InspIRCd Development Team + * See: http://www.inspircd.org/wiki/index.php/Credits + * + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + #ifndef __TYPEDEF_H__ #define __TYPEDEF_H__ @@ -9,7 +22,6 @@ #include "hashcomp.h" #include "inspstring.h" #include "ctables.h" -#include "inspircd.h" #include "modules.h" #include "globals.h" @@ -17,8 +29,6 @@ typedef nspace::hash_map, irc::StrHa typedef nspace::hash_map, irc::StrHashComp> chan_hash; typedef std::vector servernamelist; -typedef std::vector ExtModeList; -typedef ExtModeList::iterator ExtModeListIter; typedef std::deque file_cache; #endif