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:
parent
1e1bbe5af7
commit
9a0d26fa43
@ -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>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "node.h"
|
||||
#include "v8.h"
|
||||
#include <node.h>
|
||||
#include <v8.h>
|
||||
|
||||
namespace {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user