We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaad57 commit 70a34daCopy full SHA for 70a34da
src/node.h
@@ -41,7 +41,6 @@
41
42
#include "v8.h" // NOLINT(build/include_order)
43
#include "node_version.h" // NODE_MODULE_VERSION
44
-#include "tracing/trace_event.h"
45
46
#define NODE_MAKE_VERSION(major, minor, patch) \
47
((major) * 0x1000 + (minor) * 0x100 + (patch))
src/node_internals.h
@@ -8,6 +8,7 @@
8
#include "util-inl.h"
9
#include "uv.h"
10
#include "v8.h"
11
+#include "tracing/trace_event.h"
12
13
#include <stdint.h>
14
#include <stdlib.h>
0 commit comments