summaryrefslogtreecommitdiff
path: root/src/tls_wrap.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/tls_wrap.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/tls_wrap.cc')
-rw-r--r--src/tls_wrap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls_wrap.cc b/src/tls_wrap.cc
index a1944df056..69293ad906 100644
--- a/src/tls_wrap.cc
+++ b/src/tls_wrap.cc
@@ -22,6 +22,7 @@
#include "tls_wrap.h"
#include "async_wrap-inl.h"
#include "debug_utils.h"
+#include "memory_tracker-inl.h"
#include "node_buffer.h" // Buffer
#include "node_crypto.h" // SecureContext
#include "node_crypto_bio.h" // NodeBIO