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/node_platform.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/node_platform.cc')
-rw-r--r-- | src/node_platform.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_platform.cc b/src/node_platform.cc index fdca115e5f..947622a219 100644 --- a/src/node_platform.cc +++ b/src/node_platform.cc @@ -1,7 +1,6 @@ #include "node_platform.h" #include "node_internals.h" -#include "env.h" #include "env-inl.h" #include "util.h" #include <algorithm> |