Skip to content

Commit

Permalink
src: remove unused include node_crypto_clienthello
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
danbev authored and gibfahn committed Dec 20, 2017
1 parent 0b45766 commit 31f2af4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/node_crypto_clienthello.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@

#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

#include "node.h"

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

namespace node {
Expand Down

0 comments on commit 31f2af4

Please sign in to comment.