From ef6ec89072f0c0dedcf5535529b3bdcf24c98df4 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 6 Apr 2018 07:26:31 +0200 Subject: [PATCH] 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. --- src/tls_wrap.cc | 1 + src/tls_wrap.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tls_wrap.cc b/src/tls_wrap.cc index 05154d6ff50ff5..71adbdfc52ca36 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 { diff --git a/src/tls_wrap.h b/src/tls_wrap.h index 245a6d518ac59b..95e0c09cd8f971 100644 --- a/src/tls_wrap.h +++ b/src/tls_wrap.h @@ -30,7 +30,6 @@ #include "async_wrap.h" #include "env.h" #include "stream_wrap.h" -#include "util.h" #include "v8.h" #include