Skip to content

Commit

Permalink
src: remove unused includes in src/tracing
Browse files Browse the repository at this point in the history
PR-URL: #15682
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
danbev authored and MylesBorins committed Oct 11, 2017
1 parent f8e93e8 commit 965efd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/tracing/agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define SRC_TRACING_AGENT_H_

#include "libplatform/v8-tracing.h"
#include "node_platform.h"
#include "uv.h"
#include "v8.h"

Expand Down
2 changes: 0 additions & 2 deletions src/tracing/trace_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#ifndef SRC_TRACING_TRACE_EVENT_H_
#define SRC_TRACING_TRACE_EVENT_H_

#include <stddef.h>

#include "node_platform.h"
#include "v8-platform.h"
#include "trace_event_common.h"
Expand Down

0 comments on commit 965efd7

Please sign in to comment.