aboutsummaryrefslogtreecommitdiff
path: root/src/node_process.cc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-06-18 05:26:43 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-06-20 05:42:39 +0200
commita71d5fc725f5edaec9fc3cf99b1f34172c5ccc7f (patch)
tree8fec70fd819ed438ad9668f9bc29f053aaf90c28 /src/node_process.cc
parentb72de3d5083ebee39a9870b40a1a473cf9cc744e (diff)
downloadandroid-node-v8-a71d5fc725f5edaec9fc3cf99b1f34172c5ccc7f.tar.gz
android-node-v8-a71d5fc725f5edaec9fc3cf99b1f34172c5ccc7f.tar.bz2
android-node-v8-a71d5fc725f5edaec9fc3cf99b1f34172c5ccc7f.zip
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_process.cc')
-rw-r--r--src/node_process.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_process.cc b/src/node_process.cc
index 3655a05648..af19ef2d14 100644
--- a/src/node_process.cc
+++ b/src/node_process.cc
@@ -1,8 +1,6 @@
#include "node.h"
#include "node_internals.h"
-#include "env.h"
#include "env-inl.h"
-#include "util.h"
#include "util-inl.h"
#include "uv.h"
#include "v8.h"