Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / engine_epoll.c
index c44e135da44d01bdd4f9760da23db177bbb29d2e..4a929abbe0e935e2a5231ea46880e3d2e45a068b 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/types.h>
 #ifdef HAVE_STDINT_H