X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fglobals.h;h=bd5fdb621ac115a5967560b6491c70c5fe19f0c9;hb=38ca8be9a3881a3cb3cf6864e67b779ffbab6874;hp=80c5bfa8c5130811fd8519e59fa539333babc971;hpb=98e1956eac672122fc9f5ee031f20289ad232354;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/globals.h b/include/globals.h index 80c5bfa8c..bd5fdb621 100644 --- a/include/globals.h +++ b/include/globals.h @@ -2,12 +2,9 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. - * E-mail: - * - * - * - * Written by Craig Edwards, Craig McLure, and others. + * 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. * @@ -19,7 +16,8 @@ #include #include -#include +#include +#include typedef std::deque file_cache; typedef std::pair< std::string, std::string > KeyVal;