From dcace2a393a22650100e8a89debe168e92970ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Sat, 15 Feb 2025 19:58:50 -0500 Subject: [PATCH] unix: remove unnecessary errno.h include in poll.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Arboleda --- src/unix/poll.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unix/poll.c b/src/unix/poll.c index 7a12e2d1..535ac6ba 100644 --- a/src/unix/poll.c +++ b/src/unix/poll.c @@ -24,7 +24,6 @@ #include #include -#include static void uv__poll_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) {