Skip to content

Commit

Permalink
src: remove unused includes from node_wrap.h
Browse files Browse the repository at this point in the history
I cannot find any usages of these includes and think they can be
removed.

PR-URL: #16179
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
danbev authored and targos committed Oct 18, 2017
1 parent b49df0b commit 659dd8a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/node_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

#include "env.h"
#include "env-inl.h"
#include "js_stream.h"
#include "pipe_wrap.h"
#include "tcp_wrap.h"
#include "tty_wrap.h"
#include "udp_wrap.h"
#include "util.h"
#include "util-inl.h"
#include "uv.h"
#include "v8.h"

Expand Down

0 comments on commit 659dd8a

Please sign in to comment.