Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-05-17 23:11:02 +0300
committerSam Roberts <vieuxtech@gmail.com>2019-05-23 18:51:39 +0300
commit2ecef9b5f21d4f30a84d7ca80acf40ea041a8980 (patch)
tree14f90a318d29402091e80c8efed30e3c9916c7ac /src/cares_wrap.cc
parent6ded4f2bad519d2c201c855b9ba87095bc29d71b (diff)
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/cares_wrap.cc')
-rw-r--r--src/cares_wrap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cares_wrap.cc b/src/cares_wrap.cc
index 07882a4212c..0be02596f96 100644
--- a/src/cares_wrap.cc
+++ b/src/cares_wrap.cc
@@ -23,6 +23,7 @@
#include "ares.h"
#include "async_wrap-inl.h"
#include "env-inl.h"
+#include "memory_tracker-inl.h"
#include "node.h"
#include "req_wrap-inl.h"
#include "util-inl.h"