summaryrefslogtreecommitdiff
path: root/include/command_parse.h
diff options
context:
space:
mode:
authorGravatar brain2006-08-30 09:51:50 +0000
committerGravatar brain2006-08-30 09:51:50 +0000
commit5b8d2c4cabec5e6bb7aaf359e6cf6af9635c8dab (patch)
tree7f9a4687f56d057b933ecaa00fac5f5e7eccbfb9 /include/command_parse.h
parentWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists (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.h2
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"