X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_close.c;h=d8e519459910d84f487dad702b4dd2b53e9fca94;hb=refs%2Fheads%2Fupstream-ssl;hp=5337639fa86063fddcc5718944b9ed4a43e34597;hpb=36ab1bb01f9a0f5f630f3098b1afdc5ccc937fa6;p=ircu2.10.12-pk.git diff --git a/ircd/m_close.c b/ircd/m_close.c index 5337639..d8e5194 100644 --- a/ircd/m_close.c +++ b/ircd/m_close.c @@ -79,22 +79,17 @@ * 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 "ircd.h" +#include "ircd_log.h" #include "ircd_reply.h" #include "numeric.h" #include "s_bsd.h" #include "send.h" -#include +/* #include -- Now using assert in ircd_log.h */ /* * mo_close - oper message handler