Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
src: remove unused include node_crypto_clienthello
This commit removes the include of node.h which does not seem to be
used.
  • Loading branch information
danbev committed Dec 8, 2017
commit a36ed464a973c28b5cd56e4d4fe34d8f395a4e29
2 changes: 0 additions & 2 deletions src/node_crypto_clienthello.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

#include "node.h"

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

Expand Down