]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hash_map.h
DO NOT USE THIS COMMIT - if you do, most of the modules wont work.
[user/henk/code/inspircd.git] / include / hash_map.h
index 39529634a23a8011b045dd53a82a789294df8f7b..01646d71ad1404b733f7456ffb6563252e1a46c0 100644 (file)
@@ -2,13 +2,9 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *                <Craig@chatspike.net>
- *                <omster@gmail.com>
+ *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
  *
- * Written by Craig Edwards, Craig McLure, and others.
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
  *
 
 #include "inspircd_config.h"
 
-#ifdef GCC3
-
 #include <ext/hash_map>
 #define nspace __gnu_cxx
 
-#else
-
-#include <hash_map>
-#define nspace std
-
-#endif
-
 #endif