Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_privmsg.c
index 28e6fd41060f0f76bdb73d24b28dbb56f24163bf..b9928dc192b146d85bf6d52991eb6701cbebe101 100644 (file)
@@ -85,6 +85,7 @@
 #include "ircd.h"
 #include "ircd_chattr.h"
 #include "ircd_features.h"
+#include "ircd_log.h"
 #include "ircd_relay.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
@@ -93,7 +94,7 @@
 #include "numeric.h"
 #include "send.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <string.h>
 
 /*