Skip to content

Commit c377d22

Browse files
danbevMylesBorins
authored andcommitted
crypto: remove unused header in clienthello.h
This commit removes stdlib.h header as it does not seem to be used any more. PR-URL: #17752 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent cb78543 commit c377d22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_crypto_clienthello.h

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#include <stddef.h> // size_t
77
#include <stdint.h>
8-
#include <stdlib.h> // nullptr
98

109
namespace node {
1110
namespace crypto {

0 commit comments

Comments
 (0)