From 2ecef9b5f21d4f30a84d7ca80acf40ea041a8980 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Fri, 17 May 2019 13:11:02 -0700 Subject: 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 Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- src/tls_wrap.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tls_wrap.cc') 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 -- cgit v1.2.3