Skip to content

Commit 3650972

Browse files
danbevtniessen
authored andcommitted
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: #19849 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 99c77dc commit 3650972

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/tls_wrap.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "node_counters.h"
3030
#include "node_internals.h"
3131
#include "stream_base-inl.h"
32+
#include "util-inl.h"
3233

3334
namespace node {
3435

src/tls_wrap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "async_wrap.h"
3131
#include "env.h"
3232
#include "stream_wrap.h"
33-
#include "util.h"
3433
#include "v8.h"
3534

3635
#include <openssl/ssl.h>

0 commit comments

Comments
 (0)