From a1692f76466acb0da3c38c4f82fc11ddefb7a778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9?= Date: Fri, 2 May 2025 03:13:07 -0500 Subject: src: remove unused include of in timer.c (#4774) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Arboleda --- src/timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/timer.c b/src/timer.c index 4525199d..7cfca3b1 100644 --- a/src/timer.c +++ b/src/timer.c @@ -22,7 +22,6 @@ #include "uv-common.h" #include "heap-inl.h" -#include #include -- cgit v1.2.3