From c5a5f5636e7071fe5fceb191a52e9367c871de89 Mon Sep 17 00:00:00 2001 From: Rockford Wei Date: Tue, 6 Feb 2018 11:02:01 -0500 Subject: [PATCH] Removing redundant include of ``. --- co_epoll.h | 1 - 1 file changed, 1 deletion(-) diff --git a/co_epoll.h b/co_epoll.h index a1b0e4a..bf5995d 100644 --- a/co_epoll.h +++ b/co_epoll.h @@ -24,7 +24,6 @@ #include #include #include -#include #if !defined( __APPLE__ ) && !defined( __FreeBSD__ )