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:
parent
b36d4e7528
commit
7bb2cc43c6
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user