summaryrefslogtreecommitdiff
path: root/src/tty_wrap.h
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-10-16 15:16:58 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-10-25 07:43:41 +0200
commit6971f0292aaef28bb569728c56e4232f7c804d0f (patch)
treeddfe5ed6773289bf525d930bbb6a607db4275eee /src/tty_wrap.h
parent70670b056a4babe6042ac8631a5324a6bf172a11 (diff)
downloadandroid-node-v8-6971f0292aaef28bb569728c56e4232f7c804d0f.tar.gz
android-node-v8-6971f0292aaef28bb569728c56e4232f7c804d0f.tar.bz2
android-node-v8-6971f0292aaef28bb569728c56e4232f7c804d0f.zip
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 75c3e6a217..91b07a570e 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 {