Skip to content

Commit 31f2af4

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 0b45766 commit 31f2af4

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
@@ -24,9 +24,8 @@
2424

2525
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
2626

27-
#include "node.h"
28-
2927
#include <stddef.h> // size_t
28+
#include <stdint.h>
3029
#include <stdlib.h> // nullptr
3130

3231
namespace node {

0 commit comments

Comments
 (0)