From a36ed464a973c28b5cd56e4d4fe34d8f395a4e29 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 8 Dec 2017 15:17:53 +0100 Subject: [PATCH 1/2] src: remove unused include node_crypto_clienthello This commit removes the include of node.h which does not seem to be used. --- src/node_crypto_clienthello.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/node_crypto_clienthello.h b/src/node_crypto_clienthello.h index 3ae5452de38c8d..de97f4782084d0 100644 --- a/src/node_crypto_clienthello.h +++ b/src/node_crypto_clienthello.h @@ -24,8 +24,6 @@ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS -#include "node.h" - #include // size_t #include // nullptr From 0c761252c1d6a9bed99fbee3236f05d733261aef Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 8 Dec 2017 15:32:15 +0100 Subject: [PATCH 2/2] squash: include stdint.h --- src/node_crypto_clienthello.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node_crypto_clienthello.h b/src/node_crypto_clienthello.h index de97f4782084d0..df0f989be026ac 100644 --- a/src/node_crypto_clienthello.h +++ b/src/node_crypto_clienthello.h @@ -24,6 +24,7 @@ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS +#include #include // size_t #include // nullptr