summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-05-17 13:11:02 -0700
committerSam Roberts <vieuxtech@gmail.com>2019-05-23 08:51:39 -0700
commit2ecef9b5f21d4f30a84d7ca80acf40ea041a8980 (patch)
tree14f90a318d29402091e80c8efed30e3c9916c7ac /src/node_contextify.cc
parent6ded4f2bad519d2c201c855b9ba87095bc29d71b (diff)
downloadandroid-node-v8-2ecef9b5f21d4f30a84d7ca80acf40ea041a8980.tar.gz
android-node-v8-2ecef9b5f21d4f30a84d7ca80acf40ea041a8980.tar.bz2
android-node-v8-2ecef9b5f21d4f30a84d7ca80acf40ea041a8980.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/node_contextify.cc')
-rw-r--r--src/node_contextify.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_contextify.cc b/src/node_contextify.cc
index 77622f8cbd..ee5a9db574 100644
--- a/src/node_contextify.cc
+++ b/src/node_contextify.cc
@@ -21,6 +21,7 @@
#include "node_contextify.h"
+#include "memory_tracker-inl.h"
#include "node_internals.h"
#include "node_watchdog.h"
#include "base_object-inl.h"