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/command_parse.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/command_parse.h')
-rw-r--r-- | include/command_parse.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index ca12ff1a1..908add7dd 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -17,8 +17,6 @@ #ifndef __COMMAND_PARSE_H #define __COMMAND_PARSE_H -#include <typeinfo> -#include <iostream> #include <string> #include "users.h" #include "ctables.h" |