summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-04-06 07:26:31 +0200
committerTobias Nießen <tniessen@tnie.de>2018-04-09 16:37:12 +0200
commit3650972bfb17473b08c5bb32a65adb222355861a (patch)
treec38ae635f84867e8924dbe8c577c134031ae9c80 /src/tls_wrap.h
parent99c77dc0185e0e83328d9074c30b7ef74f0b3dfd (diff)
downloadnode-new-3650972bfb17473b08c5bb32a65adb222355861a.tar.gz
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 <jasnell@gmail.com>
Diffstat (limited to 'src/tls_wrap.h')
-rw-r--r--src/tls_wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tls_wrap.h b/src/tls_wrap.h
index 245a6d518a..95e0c09cd8 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 <openssl/ssl.h>