Skip to content

Commit

Permalink
Remove dependency on base trace_event_common.h (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewloring authored and Matt Loring committed Nov 18, 2016
1 parent 2f87b05 commit b4d49a9
Show file tree
Hide file tree
Showing 3 changed files with 1,118 additions and 3 deletions.
1 change: 0 additions & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
'src',
'tools/msvs/genfiles',
'deps/uv/src/ares',
'deps/v8/base/trace_event/common',
'<(SHARED_INTERMEDIATE_DIR)', # for node_natives.h
],

Expand Down
1 change: 0 additions & 1 deletion src/tracing/node_trace_writer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include <string.h>

#include "trace_event_common.h"
#include "util.h"

namespace node {
Expand Down
Loading

0 comments on commit b4d49a9

Please sign in to comment.