Skip to content

Commit

Permalink
src: remove unused req_wrap-inl.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
danbev authored and addaleax committed May 31, 2018
1 parent ab43581 commit d4f507b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/tty_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/udp_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d4f507b

Please sign in to comment.