summaryrefslogtreecommitdiff
path: root/src/tty_wrap.cc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-05-28 08:46:34 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-05-30 05:19:13 +0200
commitc1a87a30e7cf29bd156679be03a5df6e8ab01200 (patch)
tree5460633a141d2e7564cbf384c94b00f5aa0300fc /src/tty_wrap.cc
parent62c8fb33a6d72dbc6c7950eb459b447e79ac9296 (diff)
downloadandroid-node-v8-c1a87a30e7cf29bd156679be03a5df6e8ab01200.tar.gz
android-node-v8-c1a87a30e7cf29bd156679be03a5df6e8ab01200.tar.bz2
android-node-v8-c1a87a30e7cf29bd156679be03a5df6e8ab01200.zip
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 cd8589cc7f..175b32879b 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"