diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-30 09:03:03 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-30 09:03:03 +0000 |
commit | d54fd9b1e6b31f69332a9241b5f17330c0ad61e0 (patch) | |
tree | 4f71ce0d23547f7e634f3e8a45982db201c8f8b1 /include/commands | |
parent | 88315e8f8f0128325e17fce1fa942cc02c6e0e38 (diff) |
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
Diffstat (limited to 'include/commands')
-rw-r--r-- | include/commands/cmd_motd.h | 5 | ||||
-rw-r--r-- | include/commands/cmd_pass.h | 5 | ||||
-rw-r--r-- | include/commands/cmd_pong.h | 5 | ||||
-rw-r--r-- | include/commands/cmd_rules.h | 5 | ||||
-rw-r--r-- | include/commands/cmd_squit.h | 5 | ||||
-rw-r--r-- | include/commands/cmd_summon.h | 5 | ||||
-rw-r--r-- | include/commands/cmd_users.h | 7 |
7 files changed, 8 insertions, 29 deletions
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 <typeinfo> -#include <iostream> #include <string> -#include <deque> -#include <sstream> #include <vector> +#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 <typeinfo> -#include <iostream> #include <string> -#include <deque> -#include <sstream> #include <vector> +#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 <typeinfo> -#include <iostream> #include <string> -#include <deque> -#include <sstream> #include <vector> +#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 <typeinfo> -#include <iostream> #include <string> -#include <deque> -#include <sstream> #include <vector> +#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 <typeinfo> -#include <iostream> #include <string> -#include <deque> -#include <sstream> #include <vector> +#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 <typeinfo> -#include <iostream> #include <string> -#include <deque> -#include <sstream> #include <vector> +#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 <typeinfo> -#include <iostream> +// #include <string> -#include <deque> -#include <sstream> #include <vector> +#include "inspircd.h" #include "users.h" #include "channels.h" |