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/cmd_squit.h | |
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/cmd_squit.h')
-rw-r--r-- | include/commands/cmd_squit.h | 5 |
1 files changed, 1 insertions, 4 deletions
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" |