Skip to content

Commit

Permalink
src: remove unused include in tty_wrap.h
Browse files Browse the repository at this point in the history
This commit removes the unused handle_wrap.h and instead adds uv.h which
is used.

PR-URL: #16379
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: Anatoli Papirovski <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
danbev committed Oct 25, 2017
1 parent 70670b0 commit 6971f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tty_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6971f02

Please sign in to comment.