From 3650972bfb17473b08c5bb32a65adb222355861a Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 6 Apr 2018 07:26:31 +0200 Subject: src: remove unused util.h from tls_wrap.h This commit removes util.h from tls_wrap.h and adds util-inl.h to tls_wrap.cc which does use it. PR-URL: https://github.com/nodejs/node/pull/19849 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 05154d6ff5..71adbdfc52 100644 --- a/src/tls_wrap.cc +++ b/src/tls_wrap.cc @@ -29,6 +29,7 @@ #include "node_counters.h" #include "node_internals.h" #include "stream_base-inl.h" +#include "util-inl.h" namespace node { -- cgit v1.2.1