Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_topic.c
index 2a4c55985f94150bba25e6059ae8479a7168b6ff..d0c674c757d4a62cdd693818f855eb241bb122e1 100644 (file)
@@ -86,6 +86,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"
@@ -93,7 +94,7 @@
 #include "numnicks.h"
 #include "send.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <stdlib.h> /* for atoi() */
 
 static void do_settopic(struct Client *sptr, struct Client *cptr,