From f9be5fe52a5d3db90fac28a2fa8c62e1388dc9cd Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 29 Sep 2017 14:19:18 +0200 Subject: [PATCH] src: remove unused includes in src/tracing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/15682 Reviewed-By: Refael Ackermann Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Anna Henningsen Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca --- src/tracing/agent.h | 1 - src/tracing/trace_event.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/tracing/agent.h b/src/tracing/agent.h index 59a7912631..bd8e90004b 100644 --- a/src/tracing/agent.h +++ b/src/tracing/agent.h @@ -2,7 +2,6 @@ #define SRC_TRACING_AGENT_H_ #include "libplatform/v8-tracing.h" -#include "node_platform.h" #include "uv.h" #include "v8.h" diff --git a/src/tracing/trace_event.h b/src/tracing/trace_event.h index d20d497c1e..70481440f2 100644 --- a/src/tracing/trace_event.h +++ b/src/tracing/trace_event.h @@ -5,8 +5,6 @@ #ifndef SRC_TRACING_TRACE_EVENT_H_ #define SRC_TRACING_TRACE_EVENT_H_ -#include - #include "node_platform.h" #include "v8-platform.h" #include "trace_event_common.h"