]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/globals.h
More docs. Tons more docs. I need coffee and we're out of coffee :<
[user/henk/code/inspircd.git] / include / globals.h
index 4a5c1e1e4349cd6440a6a3e9f0a1de4af2939072..253ca923bb4f8b66203d454fd3a87c405bb773f4 100644 (file)
 
 // 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;