diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2018-06-18 05:26:43 +0200 |
---|---|---|
committer | Daniel Bevenius <daniel.bevenius@gmail.com> | 2018-06-20 05:42:39 +0200 |
commit | a71d5fc725f5edaec9fc3cf99b1f34172c5ccc7f (patch) | |
tree | 8fec70fd819ed438ad9668f9bc29f053aaf90c28 /src/callback_scope.cc | |
parent | b72de3d5083ebee39a9870b40a1a473cf9cc744e (diff) | |
download | node-new-a71d5fc725f5edaec9fc3cf99b1f34172c5ccc7f.tar.gz |
src: remove .h if -inl.h is already included
This commit removes the normal header file include if an internal one
is specified as per the CPP_STYLE_GUIDE.
PR-URL: https://github.com/nodejs/node/pull/21381
Reviewed-By: Matheus Marchini <matheus@sthima.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Diffstat (limited to 'src/callback_scope.cc')
-rw-r--r-- | src/callback_scope.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/callback_scope.cc b/src/callback_scope.cc index 23e6d5b063..feb7e23b6e 100644 --- a/src/callback_scope.cc +++ b/src/callback_scope.cc @@ -1,7 +1,5 @@ #include "node.h" -#include "async_wrap.h" #include "async_wrap-inl.h" -#include "env.h" #include "env-inl.h" #include "v8.h" |