X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Finspircd.cpp;h=4464be7559dbab30c4a8bd7b1891baceb3f39f51;hb=55bd1494b060dba7c266b91824f3fcce64a4d7a8;hp=9a71c3a920b0a9d48f67bb59a9edf135fc7d1c8b;hpb=eb4229deed0281ae566ef7e55a144e5d3183a4b2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 9a71c3a92..4464be755 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -32,7 +32,6 @@ using namespace std; #include #include #endif -#include #include #include #ifdef GCC3 @@ -43,10 +42,7 @@ using namespace std; #include #include #include -#include #include -#include -#include #include #include "connection.h" #include "users.h" @@ -111,10 +107,10 @@ time_t TIME = time(NULL), OLDTIME = time(NULL); int kq, lkq, skq; #endif -typedef nspace::hash_map, StrHashComp> user_hash; -typedef nspace::hash_map, StrHashComp> chan_hash; -typedef nspace::hash_map, InAddr_HashComp> address_cache; -typedef nspace::hash_map, StrHashComp> whowas_hash; +typedef nspace::hash_map, irc::StrHashComp> user_hash; +typedef nspace::hash_map, irc::StrHashComp> chan_hash; +typedef nspace::hash_map, irc::InAddr_HashComp> address_cache; +typedef nspace::hash_map, irc::StrHashComp> whowas_hash; typedef std::deque command_table; // This table references users by file descriptor.