Avoid exposing trace_event.h
(cherry picked from commit fc85460767c809f29556ff13b07d46245295d1ce)
This commit is contained in:
Родитель
69edd12b87
Коммит
fc373faab1
|
@ -59,6 +59,7 @@
|
|||
#include "req_wrap-inl.h"
|
||||
#include "string_bytes.h"
|
||||
#include "tracing/agent.h"
|
||||
#include "tracing/trace_event.h"
|
||||
#include "util.h"
|
||||
#include "uv.h"
|
||||
#if NODE_USE_V8_PLATFORM
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "base_object-inl.h"
|
||||
#include "node_contextify.h"
|
||||
#include "node_context_data.h"
|
||||
#include "tracing/trace_event.h"
|
||||
|
||||
namespace node {
|
||||
namespace contextify {
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include "env-inl.h"
|
||||
#include "uv.h"
|
||||
#include "v8.h"
|
||||
#include "tracing/trace_event.h"
|
||||
#include "node_perf_common.h"
|
||||
#include "node_debug_options.h"
|
||||
#include "node_api.h"
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
#include "tracing/trace_event.h"
|
||||
|
||||
#ifdef __POSIX__
|
||||
#include <sys/time.h> // gettimeofday
|
||||
#endif
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "env.h"
|
||||
#include "env-inl.h"
|
||||
#include "tracing/trace_event.h"
|
||||
#include "util.h"
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче