Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / client.c
index 8568345c3d511d3bb0fe810c68e10e5683c68381..6860d0cb759ff0ac76db84748f9a8476b90721b6 100644 (file)
@@ -26,6 +26,7 @@
 #include "class.h"
 #include "ircd.h"
 #include "ircd_features.h"
+#include "ircd_log.h"
 #include "ircd_reply.h"
 #include "list.h"
 #include "msgq.h"
@@ -35,7 +36,7 @@
 #include "send.h"
 #include "struct.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <string.h>
 
 /** Find the shortest non-zero ping time attached to a client.