Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_whowas.c
index f6a4cdfebb1e3515a277762d6cab4962c0580af8..bea409ac8c8b545c7247fed598ab1142056d767a 100644 (file)
@@ -85,6 +85,7 @@
 #include "hash.h"
 #include "ircd.h"
 #include "ircd_features.h"
+#include "ircd_log.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
 #include "msg.h"
@@ -95,7 +96,7 @@
 #include "send.h"
 #include "whowas.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <stdlib.h>
 
 /*