Skip to content

Commit

Permalink
test: remove internal headers from addons
Browse files Browse the repository at this point in the history
Backport-PR-URL: #16550
PR-URL: #7947
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
gibfahn authored and MylesBorins committed Nov 2, 2017
1 parent f8e282e commit cb92f93
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/addons/openssl-binding/binding.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#include "node.h"
#include "../../../src/util.h"
#include "../../../src/util-inl.h"

#include <node.h>
#include <assert.h>
#include <openssl/rand.h>

Expand Down

0 comments on commit cb92f93

Please sign in to comment.