]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Fix compile error
[user/henk/code/inspircd.git] / include / inspircd.h
index 59e840b7b177c8f2d0cac5733ae53c2ff5ff1007..cbeb8971389e103be1f5d6789441a01a7a366246 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -42,6 +42,7 @@
 #include <sstream>
 #include <string>
 #include <vector>
+#include <list>
 #include <deque>
 #include <map>
 #include <bitset>
@@ -402,14 +403,6 @@ class CoreExport InspIRCd : public classbase
         */
        User* FakeClient;
 
-       /** Seperate from the other casemap tables so that code *can* still exclusively rely on RFC casemapping
-        * if it must.
-        *
-        * This is provided as a pointer so that modules can change it to their custom mapping tables,
-        * e.g. for national character support.
-        */
-       unsigned const char *national_case_sensitive_map;
-
        /** Returns the next available UID for this server.
         */
        std::string GetUID();