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.

Backport-PR-URL: #17092
PR-URL: #16179
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danbev authored and MylesBorins committed Nov 28, 2017
1 parent c287f12 commit ae3ad55
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 ae3ad55

Please sign in to comment.