Skip to content

Commit

Permalink
crypto: remove unused header in clienthello.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
danbev authored and MylesBorins committed Jan 9, 2018
1 parent 5a9694e commit 7d03567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_crypto_clienthello.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

#include <stddef.h> // size_t
#include <stdint.h>
#include <stdlib.h> // nullptr

namespace node {
namespace crypto {
Expand Down

0 comments on commit 7d03567

Please sign in to comment.