Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_ping.c
index 609e00d457e394e5aadba97240ddf9b9ae017cb0..6766b60797b66683e2ecf8dd9aad614116fcf87f 100644 (file)
 
 #include "client.h"
 #include "hash.h"
+#include "ircd_log.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
 #include "ircd.h"
 #include "s_debug.h"
 #include "send.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <stdlib.h>
 #include <string.h>