X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbase.h;h=904a1005cb4c67061d6e133a1f851b89c4032641;hb=86dd9fa5ea02644096f3529a6cbf3a55b5bb1d60;hp=4f5cc2e3ed90bed376da047cf0bd2befbafe3ee6;hpb=b57c7f4e466f72fdd2ac3deca42caa1ea7748338;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/base.h b/include/base.h index 4f5cc2e3e..904a1005c 100644 --- a/include/base.h +++ b/include/base.h @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2007 InspIRCd Development Team + * InspIRCd: (C) 2002-2008 InspIRCd Development Team * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see @@ -14,21 +14,13 @@ #ifndef __BASE_H__ #define __BASE_H__ -#include "inspircd_config.h" -#include #include #include #include -/** Do we use this? -- Brain */ -typedef void* VoidPointer; - /** A private data store for an Extensible class */ typedef std::map ExtensibleStore; -/** Needed */ -class InspIRCd; - /** The base class for all inspircd classes. * Wherever possible, all classes you create should inherit from this, * giving them the ability to be passed to various core functions