Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_destruct.c
index 4104af14bc7a6222b5cf3dbbf476f0a43389a705..8fca75a636796864826a757e5e6de2467b8edd68 100644 (file)
@@ -27,6 +27,7 @@
 #include "client.h"
 #include "hash.h"
 #include "ircd.h"
+#include "ircd_log.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
 #include "msg.h"
@@ -36,7 +37,7 @@
 #include "channel.h"
 #include "destruct_event.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <stdlib.h>
 
 /*