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/cmd_summon.cpp | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'src/cmd_summon.cpp') diff --git a/src/cmd_summon.cpp b/src/cmd_summon.cpp index 6a422baba..004176b90 100644 --- a/src/cmd_summon.cpp +++ b/src/cmd_summon.cpp @@ -14,44 +14,12 @@ * --------------------------------------------------- */ -using namespace std; - -#include "inspircd_config.h" -#include "inspircd.h" -#include "inspircd_io.h" -#include -#include -#ifdef GCC3 -#include -#else -#include -#endif -#include -#include -#include -#include #include "users.h" -#include "ctables.h" -#include "globals.h" -#include "modules.h" -#include "dynamic.h" -#include "wildcard.h" -#include "message.h" #include "commands.h" -#include "mode.h" -#include "xline.h" -#include "inspstring.h" -#include "dnsqueue.h" #include "helperfuncs.h" -#include "hashcomp.h" -#include "socketengine.h" -#include "typedefs.h" -#include "command_parse.h" #include "cmd_summon.h" void cmd_summon::Handle (char **parameters, int pcnt, userrec *user) { WriteServ(user->fd,"445 %s :SUMMON has been disabled (depreciated command)",user->nick); } - - -- cgit v1.3.1-10-gc9f91