Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / engine_poll.c
index 58b3f9e21e34db2fa75ad64abd40843371aff392..e0c4bf4c3aac29cdd3ab0b6d6f9ae0e960bb78a6 100644 (file)
@@ -29,7 +29,7 @@
 #include "ircd_log.h"
 #include "s_debug.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <errno.h>
 #include <sys/poll.h>
 #include <sys/socket.h>