Skip to content

Commit 02f8cda

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.
1 parent c29e366 commit 02f8cda

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)