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: https://github.com/nodejs/node/pull/20996 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
62c8fb33a6
commit
c1a87a30e7
@ -25,7 +25,6 @@
|
||||
#include "handle_wrap.h"
|
||||
#include "node_buffer.h"
|
||||
#include "node_wrap.h"
|
||||
#include "req_wrap-inl.h"
|
||||
#include "stream_base-inl.h"
|
||||
#include "stream_wrap.h"
|
||||
#include "util-inl.h"
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "async_wrap.h"
|
||||
#include "env.h"
|
||||
#include "handle_wrap.h"
|
||||
#include "req_wrap-inl.h"
|
||||
#include "uv.h"
|
||||
#include "v8.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user