From d4f507b23be77064cd10c736cc3a62c939c3ddc6 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 28 May 2018 08:46:34 +0200 Subject: [PATCH] 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 Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell --- src/tty_wrap.cc | 1 - src/udp_wrap.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/tty_wrap.cc b/src/tty_wrap.cc index cd8589cc7fc2e7..175b32879bbb83 100644 --- a/src/tty_wrap.cc +++ b/src/tty_wrap.cc @@ -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" diff --git a/src/udp_wrap.h b/src/udp_wrap.h index b0f90420519520..01eb8b961f0cf2 100644 --- a/src/udp_wrap.h +++ b/src/udp_wrap.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"