]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
Tidy up space indents so Om and w00t dont murder me
[user/henk/code/inspircd.git] / include / hashcomp.h
index 7ec813ad6b7db5557ed0e2187ae0df210052d54a..dc8c1ec81aa619e4bc0f8f5f8b4ccdc67022c078 100644 (file)
@@ -18,6 +18,8 @@
 #define _HASHCOMP_H_
 
 #include "inspircd_config.h"
+#include "socket.h"
+#include "hash_map.h"
 
 /*******************************************************
  * This file contains classes and templates that deal
  * backwards compatible with other code which is not
  * aware of irc::string.
  *******************************************************/
-
-#ifdef GCC3
-#include <ext/hash_map>
-#else
-#include <hash_map>
-#endif
-
-#ifdef GCC3
-#define nspace __gnu_cxx
-#else
-#define nspace std
-#endif
-
 using namespace std;
 
 namespace nspace