Skip to content

Commit cb92f93

Browse files
gibfahnMylesBorins
authored andcommitted
test: remove internal headers from addons
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]>
1 parent f8e282e commit cb92f93

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/addons/openssl-binding/binding.cc

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
#include "node.h"
2-
#include "../../../src/util.h"
3-
#include "../../../src/util-inl.h"
4-
1+
#include <node.h>
52
#include <assert.h>
63
#include <openssl/rand.h>
74

0 commit comments

Comments
 (0)