summaryrefslogtreecommitdiff
path: root/include/commands/cmd_time.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-30 09:51:50 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-30 09:51:50 +0000
commit5b8d2c4cabec5e6bb7aaf359e6cf6af9635c8dab (patch)
tree7f9a4687f56d057b933ecaa00fac5f5e7eccbfb9 /include/commands/cmd_time.h
parentd54fd9b1e6b31f69332a9241b5f17330c0ad61e0 (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_time.h')
-rw-r--r--include/commands/cmd_time.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/commands/cmd_time.h b/include/commands/cmd_time.h
index 506bb8527..a75747a6e 100644
--- a/include/commands/cmd_time.h
+++ b/include/commands/cmd_time.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"