]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/globals.h
Documented all of the functions in a basic manner here. More detail to follow
[user/henk/code/inspircd.git] / include / globals.h
index d30f18edea57dffd095b0bd20b464be90724404a..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;
 typedef std::vector< KeyVal > KeyValList;
 typedef std::multimap< std::string, KeyValList > ConfigDataHash;
 
-int isnick(const char *n);
-
 #endif