X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_help.c;h=482ad8e8e7c3a0a86d7eb34acb7fdb2ddbe0826b;hb=refs%2Fheads%2Fupstream;hp=a56341fe8a150c8eafe171e903be72f44a187664;hpb=241fa041ccfa00c2f9f255c4c2a572d877b975e3;p=ircu2.10.12-pk.git diff --git a/ircd/m_help.c b/ircd/m_help.c index a56341f..482ad8e 100644 --- a/ircd/m_help.c +++ b/ircd/m_help.c @@ -79,17 +79,12 @@ * note: it is guaranteed that parv[0]..parv[parc-1] are all * non-NULL pointers. */ -#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 "config.h" + #include "client.h" #include "hash.h" #include "ircd.h" +#include "ircd_log.h" #include "ircd_reply.h" #include "ircd_string.h" #include "msg.h" @@ -97,7 +92,7 @@ #include "numnicks.h" #include "send.h" -#include +/* #include -- Now using assert in ircd_log.h */ /* * m_help - generic message handler