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 <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
Daniel Bevenius 2017-12-19 09:24:09 +01:00 committed by Anna Henningsen
parent ed15c717bf
commit 85d5885f52
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -26,7 +26,6 @@
#include <stddef.h> // size_t
#include <stdint.h>
#include <stdlib.h> // nullptr
namespace node {
namespace crypto {