Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_part.c
index 00da1ef64f5d07fbb9d763e92ff2ccda2e385420..fd90fbbec6bc6b2249930ef3954054b7d587b0af 100644 (file)
 #include "client.h"
 #include "hash.h"
 #include "ircd.h"
+#include "ircd_log.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
 #include "numeric.h"
 #include "numnicks.h"
 #include "send.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <string.h>
 
 /*