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>
This commit is contained in:
Gibson Fahnestock 2016-08-02 10:58:03 +01:00 committed by James M Snell
parent 1e1bbe5af7
commit 9a0d26fa43
2 changed files with 3 additions and 6 deletions

View File

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

View File

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