src: remove unused include node_crypto_clienthello

This commit removes the include of node.h which does not seem to be
used.

PR-URL: https://github.com/nodejs/node/pull/17546
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Daniel Bevenius 2017-12-08 15:17:53 +01:00
parent b36d4e7528
commit 7bb2cc43c6

View File

@ -24,9 +24,8 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
#include "node.h"
#include <stddef.h> // size_t
#include <stdint.h>
#include <stdlib.h> // nullptr
namespace node {