summaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/globals.h b/include/globals.h
index 4a5c1e1e4..253ca923b 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -19,12 +19,9 @@
// include the common header files
-#include <typeinfo>
-#include <iostream>
#include <string>
#include <deque>
#include "users.h"
-#include "channels.h"
typedef std::deque<std::string> file_cache;
typedef std::pair< std::string, std::string > KeyVal;