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/modules/m_operwho.cpp | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'src/modules') diff --git a/src/modules/m_operwho.cpp b/src/modules/m_operwho.cpp index 61832cd4b..9370ad765 100644 --- a/src/modules/m_operwho.cpp +++ b/src/modules/m_operwho.cpp @@ -14,38 +14,18 @@ * --------------------------------------------------- */ -using namespace std; - /* $ModDesc: Provides an extended version of /WHO for opers */ -#include "inspircd_config.h" -#include "inspircd.h" -#include "inspircd_io.h" -#include #include -#ifdef GCC3 -#include -#else -#include -#endif -#include -#include #include -#include +#include "inspircd_config.h" #include "users.h" -#include "globals.h" #include "modules.h" #include "helperfuncs.h" #include "message.h" -#include "hashcomp.h" -#include "typedefs.h" -extern ServerConfig* Config; -extern InspIRCd* ServerInstance; extern user_hash clientlist; -extern chan_hash chanlist; extern std::vector all_opers; -extern std::vector local_users; class ModuleOperWho : public Module { -- cgit v1.2.3