Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-10-16 16:16:58 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-10-25 08:43:41 +0300
commit6971f0292aaef28bb569728c56e4232f7c804d0f (patch)
treeddfe5ed6773289bf525d930bbb6a607db4275eee /src/tty_wrap.h
parent70670b056a4babe6042ac8631a5324a6bf172a11 (diff)
src: remove unused include in tty_wrap.h
This commit removes the unused handle_wrap.h and instead adds uv.h which is used. PR-URL: https://github.com/nodejs/node/pull/16379 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'src/tty_wrap.h')
-rw-r--r--src/tty_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tty_wrap.h b/src/tty_wrap.h
index 75c3e6a2170..91b07a570e9 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 {