Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_userip.c
index 80078ff2c54b7420fbbe3b403fe63448e3d80e78..82f2b45517b403c53ddfb3d4851d2922f0ce83f3 100644 (file)
 #include "ircd_reply.h"
 #include "ircd_string.h"
 #include "ircd_features.h"
+#include "ircd_log.h"
 #include "msgq.h"
 #include "numeric.h"
 #include "s_user.h"
 #include "struct.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 
 static void userip_formatter(struct Client* cptr, struct Client *sptr, struct MsgBuf* mb)
 {