From 90639721625b5da867effc7dd4adec003c1bd3b4 Mon Sep 17 00:00:00 2001 From: om Date: Mon, 10 Apr 2006 22:16:34 +0000 Subject: Routing more socket includes through socket.h git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3868 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hashcomp.h | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'include/hashcomp.h') 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 -#else -#include -#endif - -#ifdef GCC3 -#define nspace __gnu_cxx -#else -#define nspace std -#endif - + using namespace std; namespace nspace -- cgit v1.2.3