From d54fbc71e2a2e0f70002e2d36c669c4aa3d59e17 Mon Sep 17 00:00:00 2001 From: om Date: Sat, 8 Apr 2006 17:05:48 +0000 Subject: Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits going into inspircd.*, doesn't look like I've broken anything... :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3847 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/ctables.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'include/ctables.h') diff --git a/include/ctables.h b/include/ctables.h index d98e1701d..c4b5aa335 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -18,18 +18,7 @@ #define __CTABLES_H__ #include "inspircd_config.h" - -#ifdef GCC3 -#include -#else -#include -#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 command_table; #endif - -- cgit v1.2.3