X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_restart.c;h=08246db0b32fd07e6fd4ed012b6fdd286eb2255d;hb=refs%2Fheads%2Fupstream;hp=d566eae6101bcfd0f4da4ce8eb5b1715e6a5ea6d;hpb=9ba21beb4e8832a9a4f7355c096af81637bfa3df;p=ircu2.10.12-pk.git diff --git a/ircd/m_restart.c b/ircd/m_restart.c index d566eae..08246db 100644 --- a/ircd/m_restart.c +++ b/ircd/m_restart.c @@ -79,14 +79,8 @@ * 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" @@ -96,7 +90,7 @@ #include "numnicks.h" #include "send.h" -#include +/* #include -- Now using assert in ircd_log.h */ /* * mo_restart - oper message handler