From 31f2af4752a2134384144842b261e093049ca219 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 8 Dec 2017 15:17:53 +0100 Subject: [PATCH] src: remove unused include node_crypto_clienthello This commit removes the include of node.h which does not seem to be used. PR-URL: https://github.com/nodejs/node/pull/17546 Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig --- src/node_crypto_clienthello.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/node_crypto_clienthello.h b/src/node_crypto_clienthello.h index 3ae5452de38c8d..70f082b2c2a038 100644 --- a/src/node_crypto_clienthello.h +++ b/src/node_crypto_clienthello.h @@ -24,9 +24,8 @@ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS -#include "node.h" - #include // size_t +#include #include // nullptr namespace node {