Browse Source

test: remove internal headers from addons

PR-URL: https://github.com/nodejs/node/pull/7947
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
v7.x
Gibson Fahnestock 9 years ago
committed by James M Snell
parent
commit
9a0d26fa43
  1. 5
      test/addons/openssl-binding/binding.cc
  2. 4
      test/addons/parse-encoding/binding.cc

5
test/addons/openssl-binding/binding.cc

@ -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>

4
test/addons/parse-encoding/binding.cc

@ -1,5 +1,5 @@
#include "node.h"
#include "v8.h"
#include <node.h>
#include <v8.h>
namespace {

Loading…
Cancel
Save