aboutsummaryrefslogtreecommitdiff
path: root/src/heap_utils.cc
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-01-13 17:17:26 +0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-01-21 07:54:42 +0100
commit1838d00eba30708dd8468a5707489d1ff6bb8a9d (patch)
treeb757b6c004602f22bab5063a38a9e2cdde1f7fa1 /src/heap_utils.cc
parent8b2e861da1da827cf8c581efbfd126907df9b593 (diff)
downloadandroid-node-v8-1838d00eba30708dd8468a5707489d1ff6bb8a9d.tar.gz
android-node-v8-1838d00eba30708dd8468a5707489d1ff6bb8a9d.tar.bz2
android-node-v8-1838d00eba30708dd8468a5707489d1ff6bb8a9d.zip
src: reduce includes of node_internals.h
PR-URL: https://github.com/nodejs/node/pull/25507 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/heap_utils.cc')
-rw-r--r--src/heap_utils.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/heap_utils.cc b/src/heap_utils.cc
index 84cbf07c1e..a1ca118e6c 100644
--- a/src/heap_utils.cc
+++ b/src/heap_utils.cc
@@ -1,5 +1,4 @@
-#include "node_internals.h"
-#include "env.h"
+#include "env-inl.h"
using v8::Array;
using v8::Boolean;