From dada2eba937cc88b323f5251b8e4cccbacee6d5b Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 28 Mar 2019 13:26:34 -0700 Subject: src: remove internal includes from node_crypto.h Remove headers used by node_crypto.cc that were included in node_crypto.h. The header file should only include what it uses itself. PR-URL: https://github.com/nodejs/node/pull/26966 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: Richard Lau Reviewed-By: Ben Noordhuis --- src/tls_wrap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tls_wrap.h') diff --git a/src/tls_wrap.h b/src/tls_wrap.h index 3918d08e17..85a53f236d 100644 --- a/src/tls_wrap.h +++ b/src/tls_wrap.h @@ -24,7 +24,6 @@ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS -#include "node.h" #include "node_crypto.h" // SSLWrap #include "async_wrap.h" -- cgit v1.2.3