Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
src: remove unused include in tty_wrap.h
This commit removes the unused handle_wrap.h and instead adds uv.h which
is used.
  • Loading branch information
danbev committed Oct 22, 2017
commit 494828c2f0d1d29add724c80cd470f71233d1877
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