Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit fc85460

Browse files
zcbenzalexeykuzmin
authored andcommitted
Avoid exposing trace_event.h
1 parent 4c058a6 commit fc85460

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/node_internals.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "env-inl.h"
3131
#include "uv.h"
3232
#include "v8.h"
33-
#include "tracing/trace_event.h"
3433
#include "node_perf_common.h"
3534
#include "node_debug_options.h"
3635

src/node_perf.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#include <vector>
55

6+
#include "tracing/trace_event.h"
7+
68
#ifdef __POSIX__
79
#include <sys/time.h> // gettimeofday
810
#endif

0 commit comments

Comments
 (0)