diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-30 09:51:50 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-30 09:51:50 +0000 |
commit | 5b8d2c4cabec5e6bb7aaf359e6cf6af9635c8dab (patch) | |
tree | 7f9a4687f56d057b933ecaa00fac5f5e7eccbfb9 /include/commands/cmd_notice.h | |
parent | d54fd9b1e6b31f69332a9241b5f17330c0ad61e0 (diff) |
Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5081 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands/cmd_notice.h')
-rw-r--r-- | include/commands/cmd_notice.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/commands/cmd_notice.h b/include/commands/cmd_notice.h index 19fbc3365..24aa773c1 100644 --- a/include/commands/cmd_notice.h +++ b/include/commands/cmd_notice.h @@ -19,12 +19,6 @@ // include the common header files -#include <typeinfo> -#include <iostream> -#include <string> -#include <deque> -#include <sstream> -#include <vector> #include "users.h" #include "channels.h" |