From 77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a Mon Sep 17 00:00:00 2001 From: om Date: Sat, 8 Apr 2006 22:33:46 +0000 Subject: Remove references to inspircd_io from these, stop configure making all the modules depend on it too. And remove some more un-needed includes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3853 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/channels.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/channels.cpp') diff --git a/src/channels.cpp b/src/channels.cpp index 4eba586ab..c63ddbb28 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -18,22 +18,17 @@ using namespace std; #include "configreader.h" #include "inspircd.h" -#include "inspircd_io.h" #include #include #include #include #include #include -#ifdef GCC3 -#include -#else -#include -#endif #include #include #include #include +#include "hash_map.h" #include "users.h" #include "ctables.h" #include "globals.h" @@ -48,12 +43,6 @@ using namespace std; #include "helperfuncs.h" #include "typedefs.h" -#ifdef GCC3 -#define nspace __gnu_cxx -#else -#define nspace std -#endif - extern ServerConfig* Config; extern int MODCOUNT; -- cgit v1.2.3