Skip to content

Commit

Permalink
src: fix tracing agnet wrong include
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Oct 30, 2018
1 parent 2ce719d commit 9bb15f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/tracing/agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include "trace_event.h"
#include "tracing/node_trace_buffer.h"
#include "debug_utils.h"
#include "util-inl.h"


namespace node {
namespace tracing {
Expand Down
1 change: 0 additions & 1 deletion src/tracing/agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "libplatform/v8-tracing.h"
#include "uv.h"
#include "v8.h"
#include "util.h"
#include "node_mutex.h"

#include <list>
Expand Down

0 comments on commit 9bb15f4

Please sign in to comment.