X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_set.c;h=861f228448543c672b3a2a8caa06598025f8a900;hb=refs%2Fheads%2Fupstream-ssl;hp=76be0af4820a436fcd07ecfe16103fc1737723e7;hpb=90db9ebe981002933d49e25522903359e24e6ee2;p=ircu2.10.12-pk.git diff --git a/ircd/m_set.c b/ircd/m_set.c index 76be0af..861f228 100644 --- a/ircd/m_set.c +++ b/ircd/m_set.c @@ -79,25 +79,20 @@ * 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_features.h" +#include "ircd_log.h" #include "ircd_reply.h" #include "ircd_string.h" #include "numeric.h" #include "numnicks.h" #include "send.h" -#include +/* #include -- Now using assert in ircd_log.h */ /* * mo_set - oper message handler