Skip to content

Commit 8dcc40a

Browse files
danbevMylesBorins
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 4a5e322 commit 8dcc40a

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)