Skip to content

Commit 7d03567

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 5a9694e commit 7d03567

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
@@ -26,7 +26,6 @@
2626

2727
#include <stddef.h> // size_t
2828
#include <stdint.h>
29-
#include <stdlib.h> // nullptr
3029

3130
namespace node {
3231
namespace crypto {

0 commit comments

Comments
 (0)