Skip to content

Commit 75f154b

Browse files
danbevjasnell
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: #16179 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent bb9ed92 commit 75f154b

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)