Skip to content

Commit

Permalink
test: remove internal headers from addons
Browse files Browse the repository at this point in the history
PR-URL: #7947
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
gibfahn authored and cjihrig committed Aug 10, 2016
1 parent cb16e97 commit b5beae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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
4 changes: 2 additions & 2 deletions test/addons/parse-encoding/binding.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "node.h"
#include "v8.h"
#include <node.h>
#include <v8.h>

namespace {

Expand Down

0 comments on commit b5beae2

Please sign in to comment.