Skip to content

Commit 4ef5c85

Browse files
committed
test: remove internal headers from addons
1 parent 80b10b4 commit 4ef5c85

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

test/addons/openssl-binding/binding.cc

Lines changed: 1 addition & 4 deletions
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

test/addons/parse-encoding/binding.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "node.h"
2-
#include "v8.h"
1+
#include <node.h>
2+
#include <v8.h>
33

44
namespace {
55

0 commit comments

Comments
 (0)