Skip to content

Commit

Permalink
src: remove unused util.h from tls_wrap.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
danbev authored and tniessen committed Apr 9, 2018
1 parent 99c77dc commit 3650972
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/tls_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "node_counters.h"
#include "node_internals.h"
#include "stream_base-inl.h"
#include "util-inl.h"

namespace node {

Expand Down
1 change: 0 additions & 1 deletion src/tls_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3650972

Please sign in to comment.