Skip to content

Commit 2d74af0

Browse files
danbevgibfahn
authored andcommitted
src: remove unused include node_crypto_clienthello
This commit removes the include of node.h which does not seem to be used. PR-URL: #17546 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent dcee5ed commit 2d74af0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/node_crypto_clienthello.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
55

6-
#include "node.h"
7-
86
#include <stddef.h> // size_t
7+
#include <stdint.h>
98
#include <stdlib.h> // nullptr
109

1110
namespace node {

0 commit comments

Comments
 (0)