X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_help.c;h=482ad8e8e7c3a0a86d7eb34acb7fdb2ddbe0826b;hb=refs%2Fheads%2Fupstream;hp=3e63723fa8c6320cbf8735b112e8f0712b3b77e4;hpb=1b4e637606464f9af948a6e87879565f9fc1b726;p=ircu2.10.12-pk.git diff --git a/ircd/m_help.c b/ircd/m_help.c index 3e63723..482ad8e 100644 --- a/ircd/m_help.c +++ b/ircd/m_help.c @@ -81,17 +81,10 @@ */ #include "config.h" -#if 0 -/* - * No need to include handlers.h here the signatures must match - * and we don't need to force a rebuild of all the handlers everytime - * we add a new one to the list. --Bleep - */ -#include "handlers.h" -#endif /* 0 */ #include "client.h" #include "hash.h" #include "ircd.h" +#include "ircd_log.h" #include "ircd_reply.h" #include "ircd_string.h" #include "msg.h" @@ -99,7 +92,7 @@ #include "numnicks.h" #include "send.h" -#include +/* #include -- Now using assert in ircd_log.h */ /* * m_help - generic message handler