Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / numnicks.c
index f84c335f3a98464d8b0ebe8c4ab5b8436ac50371..931c1ca83b0eb53f38f54bca93fbf5e317f18521 100644 (file)
@@ -26,6 +26,7 @@
 #include "client.h"
 #include "ircd.h"
 #include "ircd_alloc.h"
+#include "ircd_log.h"
 #include "ircd_string.h"
 #include "match.h"
 #include "s_bsd.h"
@@ -33,7 +34,7 @@
 #include "s_misc.h"
 #include "struct.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>