From c377d2299a739e33a3988ba4a22fdd4ce4f0267c Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 19 Dec 2017 09:24:09 +0100 Subject: [PATCH] crypto: remove unused header in clienthello.h This commit removes stdlib.h header as it does not seem to be used any more. PR-URL: https://github.com/nodejs/node/pull/17752 Reviewed-By: Gireesh Punathil Reviewed-By: Colin Ihrig Reviewed-By: Anna Henningsen --- src/node_crypto_clienthello.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_crypto_clienthello.h b/src/node_crypto_clienthello.h index ee9cce1848a363..066951f8fc3392 100644 --- a/src/node_crypto_clienthello.h +++ b/src/node_crypto_clienthello.h @@ -5,7 +5,6 @@ #include // size_t #include -#include // nullptr namespace node { namespace crypto {