Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

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/node#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 addaleax committed Oct 18, 2017
1 parent 805ba42 commit 050def5
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 050def5

Please sign in to comment.