From 7d0356728755aaffbbbb72b21cacbeb48ecb688b 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 32c470677d04c0..fd8756254ffc24 100644 --- a/src/node_crypto_clienthello.h +++ b/src/node_crypto_clienthello.h @@ -26,7 +26,6 @@ #include // size_t #include -#include // nullptr namespace node { namespace crypto {