mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Remove more unnecessary header traffic
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7887 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
f067a146d1
commit
4bbca0643b
@ -13,9 +13,6 @@
|
||||
|
||||
#include "inspircd.h"
|
||||
#include <stdarg.h>
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "mode.h"
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_admin.h"
|
||||
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "commands/cmd_away.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_clearcache.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_commands.h"
|
||||
|
||||
/** Handle /COMMANDS
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_connect.h"
|
||||
|
||||
/*
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_die.h"
|
||||
#include "exitcodes.h"
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "xline.h"
|
||||
#include "commands/cmd_eline.h"
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "xline.h"
|
||||
#include "commands/cmd_gline.h"
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "commands/cmd_info.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "commands/cmd_invite.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_ison.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_join.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -11,8 +11,6 @@
|
||||
* ---------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "inspircd.h"
|
||||
#include "commands/cmd_kick.h"
|
||||
|
||||
|
@ -12,10 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "commands/cmd_kill.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "xline.h"
|
||||
#include "commands/cmd_kline.h"
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "commands/cmd_links.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -11,8 +11,6 @@
|
||||
* ---------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "inspircd.h"
|
||||
#include "commands/cmd_list.h"
|
||||
#include "wildcard.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_loadmodule.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -11,8 +11,6 @@
|
||||
* ---------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "inspircd.h"
|
||||
#include "commands/cmd_lusers.h"
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_map.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_mode.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "commands/cmd_modules.h"
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_motd.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_names.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "xline.h"
|
||||
#include "commands/cmd_nick.h"
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "commands/cmd_notice.h"
|
||||
|
||||
|
@ -12,10 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "typedefs.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "commands/cmd_oper.h"
|
||||
#include "hashcomp.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_part.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_pass.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_ping.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_pong.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "commands/cmd_privmsg.h"
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "xline.h"
|
||||
#include "commands/cmd_qline.h"
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "commands/cmd_quit.h"
|
||||
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "commands/cmd_rehash.h"
|
||||
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_reloadmodule.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_restart.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_rules.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_server.h"
|
||||
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_squit.h"
|
||||
|
||||
/*
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#ifndef WIN32
|
||||
#include <sys/resource.h>
|
||||
|
||||
@ -22,8 +21,6 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "xline.h"
|
||||
#include "commands/cmd_stats.h"
|
||||
#include "commands/cmd_whowas.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_summon.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_time.h"
|
||||
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "commands/cmd_topic.h"
|
||||
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_trace.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_unloadmodule.h"
|
||||
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_user.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_userhost.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_users.h"
|
||||
|
||||
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_version.h"
|
||||
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "modules.h"
|
||||
#include "commands/cmd_wallops.h"
|
||||
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "commands/cmd_who.h"
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "commands/cmd_whois.h"
|
||||
#include "hashcomp.h"
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "commands/cmd_whowas.h"
|
||||
|
||||
WhoWasMaintainTimer * timer;
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "xline.h"
|
||||
#include "commands/cmd_zline.h"
|
||||
|
||||
|
@ -12,10 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include <algorithm>
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "xline.h"
|
||||
#include "socketengine.h"
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "xline.h"
|
||||
#include "command_parse.h"
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include "xline.h"
|
||||
#include "exitcodes.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "cull_list.h"
|
||||
|
||||
CullItem::CullItem(userrec* u, std::string &r, const char* o_reason)
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "dynamic.h"
|
||||
#ifndef WIN32
|
||||
#include <dlfcn.h>
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include "socketengine.h"
|
||||
#include "inspircd_se_config.h"
|
||||
|
@ -13,11 +13,7 @@
|
||||
|
||||
#include "inspircd.h"
|
||||
#include <stdarg.h>
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "mode.h"
|
||||
#include "xline.h"
|
||||
#include "exitcodes.h"
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include <signal.h>
|
||||
|
||||
#ifndef WIN32
|
||||
@ -28,15 +27,11 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <exception>
|
||||
#include <fstream>
|
||||
#include "modules.h"
|
||||
#include "mode.h"
|
||||
#include "xline.h"
|
||||
#include "socketengine.h"
|
||||
#include "inspircd_se_config.h"
|
||||
#include "socket.h"
|
||||
#include "typedefs.h"
|
||||
#include "command_parse.h"
|
||||
#include "exitcodes.h"
|
||||
#include "caller.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "socket.h"
|
||||
#include "configreader.h"
|
||||
#include "inspstring.h"
|
||||
#include "socketengine.h"
|
||||
#include "inspircd.h"
|
||||
|
@ -12,10 +12,7 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "inspstring.h"
|
||||
#include "mode.h"
|
||||
|
||||
/* +s (secret) */
|
||||
#include "modes/cmode_s.h"
|
||||
|
@ -12,11 +12,7 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "mode.h"
|
||||
#include "xline.h"
|
||||
#include "socket.h"
|
||||
#include "socketengine.h"
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#include "inspircd.h"
|
||||
#include <stdarg.h>
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "snomasks.h"
|
||||
|
||||
SnomaskManager::SnomaskManager(InspIRCd* Instance) : ServerInstance(Instance)
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include <string>
|
||||
#include "configreader.h"
|
||||
#include "socket.h"
|
||||
#include "socketengine.h"
|
||||
#include "wildcard.h"
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "xline.h"
|
||||
#include "socketengine.h"
|
||||
|
@ -12,9 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "configreader.h"
|
||||
#include "channels.h"
|
||||
#include "users.h"
|
||||
#include <stdarg.h>
|
||||
#include "socketengine.h"
|
||||
#include "wildcard.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include <string>
|
||||
#include "hashcomp.h"
|
||||
#include "inspstring.h"
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "inspircd.h"
|
||||
#include "users.h"
|
||||
#include "modules.h"
|
||||
#include "wildcard.h"
|
||||
#include "xline.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user