From 32f01c8c11568df8b0a996e271bc0690e0967bdb Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 11 May 2017 14:14:02 +0200 Subject: [PATCH] src: remove unused uv.h include in async-wrap.h I cannot find any usage of uv in the header and think that it can be removed. PR-URL: https://github.com/nodejs/node/pull/12973 Reviewed-By: Anna Henningsen Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- src/async-wrap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/async-wrap.h b/src/async-wrap.h index 235828f36e..eb03997b2c 100644 --- a/src/async-wrap.h +++ b/src/async-wrap.h @@ -25,7 +25,6 @@ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #include "base-object.h" -#include "uv.h" #include "v8.h" #include