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: nodejs#16179
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
danbev committed Nov 17, 2017
1 parent 5511649 commit bb9df3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/node_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@

#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

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

Expand Down

0 comments on commit bb9df3e

Please sign in to comment.