aboutsummaryrefslogtreecommitdiff
path: root/src/heap_utils.cc
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-05-17 13:11:02 -0700
committerMichaƫl Zasso <targos@protonmail.com>2019-05-28 07:33:28 +0200
commit02f794a53f98dc372c972e67aa592dd0ba758ea4 (patch)
treeee704d1b98c5ed0dd39f7effe57be6f5da36bec1 /src/heap_utils.cc
parent940577bd76766e9860ee4c6907c0c0bb689eecf4 (diff)
downloadandroid-node-v8-02f794a53f98dc372c972e67aa592dd0ba758ea4.tar.gz
android-node-v8-02f794a53f98dc372c972e67aa592dd0ba758ea4.tar.bz2
android-node-v8-02f794a53f98dc372c972e67aa592dd0ba758ea4.zip
src: remove memory_tracker-inl.h from header files
Inline headers should only be included into the .cc files that use them. PR-URL: https://github.com/nodejs/node/pull/27755 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> 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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heap_utils.cc b/src/heap_utils.cc
index ee0665cfe2..acc63fd1d9 100644
--- a/src/heap_utils.cc
+++ b/src/heap_utils.cc
@@ -1,4 +1,5 @@
#include "env-inl.h"
+#include "memory_tracker-inl.h"
#include "stream_base-inl.h"
#include "util-inl.h"