summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r--include/hashcomp.h16
1 files changed, 3 insertions, 13 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index 7ec813ad6..dc8c1ec81 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -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
@@ -33,19 +35,7 @@
* 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