]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/ctables.h
Did some renaming so that the methods for modes in chanrec and userrec are identical.
[user/henk/code/inspircd.git] / include / ctables.h
index d98e1701d516bef0152d8bb50958235b51c77ced..c4b5aa3359cd1f95ed25b79e66806a41fa8122e3 100644 (file)
 #define __CTABLES_H__
 
 #include "inspircd_config.h"
-
-#ifdef GCC3
-#include <ext/hash_map>
-#else
-#include <hash_map>
-#endif
-
-#ifdef GCC3
-#define nspace __gnu_cxx
-#else
-#define nspace std
-#endif
+#include "hash_map.h"
 
 class userrec;
 
@@ -73,4 +62,3 @@ class command_t
 typedef nspace::hash_map<std::string,command_t*> command_table;
 
 #endif
-