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

Commit 050def5

Browse files
danbevaddaleax
authored andcommitted
src: remove unused includes from node_wrap.h
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]>
1 parent 805ba42 commit 050def5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/node_wrap.h

-5
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,9 @@
2525
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
2626

2727
#include "env.h"
28-
#include "env-inl.h"
29-
#include "js_stream.h"
3028
#include "pipe_wrap.h"
3129
#include "tcp_wrap.h"
3230
#include "tty_wrap.h"
33-
#include "udp_wrap.h"
34-
#include "util.h"
35-
#include "util-inl.h"
3631
#include "uv.h"
3732
#include "v8.h"
3833

0 commit comments

Comments
 (0)