diff options
author | Alexandre Ferrando <alferpal@gmail.com> | 2019-11-07 20:34:36 +0100 |
---|---|---|
committer | Anna Henningsen <anna@addaleax.net> | 2019-11-28 23:21:08 +0100 |
commit | 7686b5a34f9146bb44919d1cd73214c2d86de44c (patch) | |
tree | a30035eb05b623487ec7f1e94245883edd88aaf6 /src/handle_wrap.cc | |
parent | f5ef7cd22231987a73af9f02cc5f6c80b6dbbd9b (diff) | |
download | node-new-7686b5a34f9146bb44919d1cd73214c2d86de44c.tar.gz |
src: cleanup unused headers
Node codebase has evolved a lot in the more than 10 years of its
existence. As more features (and code) have been added, changed,
removed, it's sometimes hard to keep track of what gets used and what
not.
This commits attempts to clean some of those potentially left-over
headers using suggestions from include-what-you-use
Refs: https://github.com/nodejs/node/issues/27531
PR-URL: https://github.com/nodejs/node/pull/30328
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/handle_wrap.cc')
-rw-r--r-- | src/handle_wrap.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/handle_wrap.cc b/src/handle_wrap.cc index 198b0456e7..f5d622fc25 100644 --- a/src/handle_wrap.cc +++ b/src/handle_wrap.cc @@ -23,7 +23,6 @@ #include "async_wrap-inl.h" #include "env-inl.h" #include "util-inl.h" -#include "node.h" namespace node { |