From 494828c2f0d1d29add724c80cd470f71233d1877 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 16 Oct 2017 15:16:58 +0200 Subject: [PATCH] src: remove unused include in tty_wrap.h This commit removes the unused handle_wrap.h and instead adds uv.h which is used. --- src/tty_wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tty_wrap.h b/src/tty_wrap.h index 75c3e6a2170402..91b07a570e9b50 100644 --- a/src/tty_wrap.h +++ b/src/tty_wrap.h @@ -25,7 +25,7 @@ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #include "env.h" -#include "handle_wrap.h" +#include "uv.h" #include "stream_wrap.h" namespace node {