Skip to content

Commit d4f507b

Browse files
danbevaddaleax
authored andcommitted
src: remove unused req_wrap-inl.h
This commit removes the inclusion of req_wrap-inl.h from udp_wrap.h, and tty_wrap.cc as they are not used. PR-URL: #20996 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ab43581 commit d4f507b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/tty_wrap.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "handle_wrap.h"
2626
#include "node_buffer.h"
2727
#include "node_wrap.h"
28-
#include "req_wrap-inl.h"
2928
#include "stream_base-inl.h"
3029
#include "stream_wrap.h"
3130
#include "util-inl.h"

src/udp_wrap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include "async_wrap.h"
2828
#include "env.h"
2929
#include "handle_wrap.h"
30-
#include "req_wrap-inl.h"
3130
#include "uv.h"
3231
#include "v8.h"
3332

0 commit comments

Comments
 (0)