Fix up #includes to work with both GYP and GN

This commit is contained in:
Jeremy Apthorp 2018-05-01 16:22:39 -07:00
parent 1cc5492784
commit 73ac019882
13 changed files with 28 additions and 26 deletions

View file

@ -29,13 +29,13 @@
#undef LIKELY
#undef arraysize
#undef debug_string // This is defined in macOS 10.9 SDK in AssertMacros.h.
#include "vendor/node/src/env-inl.h"
#include "vendor/node/src/env.h"
#include "vendor/node/src/node.h"
#include "vendor/node/src/node_buffer.h"
#include "vendor/node/src/node_debug_options.h"
#include "vendor/node/src/node_internals.h"
#include "vendor/node/src/node_platform.h"
#include "env-inl.h"
#include "env.h"
#include "node.h"
#include "node_buffer.h"
#include "node_debug_options.h"
#include "node_internals.h"
#include "node_platform.h"
namespace node {
namespace tracing {