Skip to content

Commit bb9df3e

Browse files
committed
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#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 5511649 commit bb9df3e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/node_wrap.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33

44
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
55

6-
#include "env-inl.h"
7-
#include "js_stream.h"
6+
#include "env.h"
87
#include "pipe_wrap.h"
98
#include "tcp_wrap.h"
109
#include "tty_wrap.h"
11-
#include "udp_wrap.h"
12-
#include "util-inl.h"
1310
#include "uv.h"
1411
#include "v8.h"
1512

0 commit comments

Comments
 (0)