From 1e639377cbad496a0b5f7d969a88fb808508f811 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 7 Mar 2006 19:11:50 +0000 Subject: Whowas refactor - probably wont compile yet git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3523 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_map.cpp | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'src/cmd_map.cpp') diff --git a/src/cmd_map.cpp b/src/cmd_map.cpp index 458c6dd37..5949420aa 100644 --- a/src/cmd_map.cpp +++ b/src/cmd_map.cpp @@ -19,48 +19,19 @@ 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_map.h" extern ServerConfig* Config; -extern InspIRCd* ServerInstance; -extern int MODCOUNT; -extern std::vector modules; -extern std::vector factory; -extern time_t TIME; -extern user_hash clientlist; -extern chan_hash chanlist; -extern whowas_hash whowas; -extern std::vector all_opers; -extern std::vector local_users; -extern userrec* fd_ref_table[MAX_DESCRIPTORS]; void cmd_map::Handle (char **parameters, int pcnt, userrec *user) { -- cgit v1.3.1-10-gc9f91