From d54fd9b1e6b31f69332a9241b5f17330c0ad61e0 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 30 Aug 2006 09:03:03 +0000 Subject: Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_motd.h | 5 +---- include/commands/cmd_pass.h | 5 +---- include/commands/cmd_pong.h | 5 +---- include/commands/cmd_rules.h | 5 +---- include/commands/cmd_squit.h | 5 +---- include/commands/cmd_summon.h | 5 +---- include/commands/cmd_users.h | 7 ++----- 7 files changed, 8 insertions(+), 29 deletions(-) (limited to 'include/commands') diff --git a/include/commands/cmd_motd.h b/include/commands/cmd_motd.h index 9389ea61e..310627ab1 100644 --- a/include/commands/cmd_motd.h +++ b/include/commands/cmd_motd.h @@ -19,12 +19,9 @@ // include the common header files -#include -#include #include -#include -#include #include +#include "inspircd.h" #include "users.h" #include "channels.h" diff --git a/include/commands/cmd_pass.h b/include/commands/cmd_pass.h index 412710a2b..6cc48d423 100644 --- a/include/commands/cmd_pass.h +++ b/include/commands/cmd_pass.h @@ -19,12 +19,9 @@ // include the common header files -#include -#include #include -#include -#include #include +#include "inspircd.h" #include "users.h" #include "channels.h" diff --git a/include/commands/cmd_pong.h b/include/commands/cmd_pong.h index 2857f0b86..2399603e7 100644 --- a/include/commands/cmd_pong.h +++ b/include/commands/cmd_pong.h @@ -19,12 +19,9 @@ // include the common header files -#include -#include #include -#include -#include #include +#include "inspircd.h" #include "users.h" #include "channels.h" diff --git a/include/commands/cmd_rules.h b/include/commands/cmd_rules.h index ae6bc86c7..496f4a0f0 100644 --- a/include/commands/cmd_rules.h +++ b/include/commands/cmd_rules.h @@ -19,12 +19,9 @@ // include the common header files -#include -#include #include -#include -#include #include +#include "inspircd.h" #include "users.h" #include "channels.h" diff --git a/include/commands/cmd_squit.h b/include/commands/cmd_squit.h index 11da3d832..0c6f06f1a 100644 --- a/include/commands/cmd_squit.h +++ b/include/commands/cmd_squit.h @@ -19,12 +19,9 @@ // include the common header files -#include -#include #include -#include -#include #include +#include "inspircd.h" #include "users.h" #include "channels.h" diff --git a/include/commands/cmd_summon.h b/include/commands/cmd_summon.h index c0bc6e17a..eaf4735d1 100644 --- a/include/commands/cmd_summon.h +++ b/include/commands/cmd_summon.h @@ -19,12 +19,9 @@ // include the common header files -#include -#include #include -#include -#include #include +#include "inspircd.h" #include "users.h" #include "channels.h" diff --git a/include/commands/cmd_users.h b/include/commands/cmd_users.h index 552a42382..bd1607607 100644 --- a/include/commands/cmd_users.h +++ b/include/commands/cmd_users.h @@ -18,13 +18,10 @@ #define __CMD_USERS_H__ // include the common header files - -#include -#include +// #include -#include -#include #include +#include "inspircd.h" #include "users.h" #include "channels.h" -- cgit v1.2.3