added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / ircd / m_notice.c
index 0d76c2f0639eb85912f7a41a3792092960370f62..6f2d295f37ab1616f4053ee9a296d5f870ed9145 100644 (file)
@@ -83,6 +83,7 @@
 
 #include "client.h"
 #include "ircd_chattr.h"
+#include "ircd_log.h"
 #include "ircd_relay.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
@@ -91,7 +92,7 @@
 #include "numeric.h"
 #include "send.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <string.h>
 
 #if !defined(XXX_BOGUS_TEMP_HACK)