]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/typedefs.h
Add mode +b to active list
[user/henk/code/inspircd.git] / include / typedefs.h
index 1bb65bebebb192e630a3a2f32b4b2da0897587f1..cd8c820397a57a4cab330095c632def9a39e43c9 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef __TYPEDEF_H__
 #define __TYPEDEF_H__
 
+#include <string>
+#include "inspircd_config.h"
+#include "hash_map.h"
 #include "users.h"
 #include "channels.h"
 #include "hashcomp.h"
@@ -9,13 +12,6 @@
 #include "inspircd.h"
 #include "modules.h"
 #include "globals.h"
-#include "inspircd_config.h"
-#include <string>
-#ifdef GCC3
-#include <ext/hash_map>
-#else
-#include <hash_map>
-#endif
 
 typedef nspace::hash_map<std::string, userrec*, nspace::hash<string>, irc::StrHashComp> user_hash;
 typedef nspace::hash_map<std::string, chanrec*, nspace::hash<string>, irc::StrHashComp> chan_hash;