Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-05-28 09:46:34 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-05-30 06:19:13 +0300
commitc1a87a30e7cf29bd156679be03a5df6e8ab01200 (patch)
tree5460633a141d2e7564cbf384c94b00f5aa0300fc /src/tty_wrap.cc
parent62c8fb33a6d72dbc6c7950eb459b447e79ac9296 (diff)
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>
Diffstat (limited to 'src/tty_wrap.cc')
-rw-r--r--src/tty_wrap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tty_wrap.cc b/src/tty_wrap.cc
index cd8589cc7fc..175b32879bb 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"