aboutsummaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/env.h b/src/env.h
index acbdd01328..29f84a4af1 100644
--- a/src/env.h
+++ b/src/env.h
@@ -35,7 +35,6 @@
#include "v8.h"
#include "node.h"
#include "node_http2_state.h"
-#include "tracing/agent.h"
#include <list>
#include <stdint.h>
@@ -55,6 +54,10 @@ namespace performance {
class performance_state;
}
+namespace tracing {
+class Agent;
+}
+
namespace worker {
class Worker;
}