summaryrefslogtreecommitdiff
path: root/src/inc/eventtracebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/eventtracebase.h')
-rw-r--r--src/inc/eventtracebase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inc/eventtracebase.h b/src/inc/eventtracebase.h
index bcc865d5a5..968e3811d6 100644
--- a/src/inc/eventtracebase.h
+++ b/src/inc/eventtracebase.h
@@ -133,7 +133,6 @@ enum EtwThreadFlags
#endif // FEATURE_EVENT_TRACE
#endif // FEATURE_REDHAWK
-#ifdef FEATURE_EVENT_TRACE
// During a heap walk, this is the storage for keeping track of all the nodes and edges
// being batched up by ETW, and for remembering whether we're also supposed to call into
@@ -152,6 +151,8 @@ public:
LPVOID pvEtwContext;
};
+#ifdef FEATURE_EVENT_TRACE
+
class Object;
#if !defined(FEATURE_PAL)
/******************************/
@@ -1068,7 +1069,6 @@ McGenEventProviderEnabled(
struct ProfilingScanContext;
-struct ProfilerWalkHeapContext;
class Object;
namespace ETW