summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-12-19 09:24:09 +0100
committerAnna Henningsen <anna@addaleax.net>2017-12-19 14:36:55 +0100
commit85d5885f521ad5ad7a46228fbfb89fd28429f597 (patch)
tree526ac477568b3321f535b259a0ba9ae257f0c6c1 /src
parented15c717bf87b99d932b146ccce6049f7e0146d4 (diff)
downloadandroid-node-v8-85d5885f521ad5ad7a46228fbfb89fd28429f597.tar.gz
android-node-v8-85d5885f521ad5ad7a46228fbfb89fd28429f597.tar.bz2
android-node-v8-85d5885f521ad5ad7a46228fbfb89fd28429f597.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/node_crypto_clienthello.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_crypto_clienthello.h b/src/node_crypto_clienthello.h
index 32c470677d..fd8756254f 100644
--- a/src/node_crypto_clienthello.h
+++ b/src/node_crypto_clienthello.h
@@ -26,7 +26,6 @@
#include <stddef.h> // size_t
#include <stdint.h>
-#include <stdlib.h> // nullptr
namespace node {
namespace crypto {