[PATCH 3/3] trace: Don't include trace-root.h in control.c or control-target.c

Peter Maydell posted 3 patches 2 weeks, 1 day ago
[PATCH 3/3] trace: Don't include trace-root.h in control.c or control-target.c
Posted by Peter Maydell 2 weeks, 1 day ago
The trace-root.h file has the definitions of trace events for
the top-level trace-events file (i.e. for those events which are
used in source files in the root of the source tree). There's
no particular need for trace/control.c or trace/control-target.c
to include this.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 trace/control-target.c | 1 -
 trace/control.c        | 1 -
 2 files changed, 2 deletions(-)

diff --git a/trace/control-target.c b/trace/control-target.c
index 97f21e476d2..d58e84f6dd8 100644
--- a/trace/control-target.c
+++ b/trace/control-target.c
@@ -10,7 +10,6 @@
 #include "qemu/osdep.h"
 #include "qemu/lockable.h"
 #include "cpu.h"
-#include "trace/trace-root.h"
 #include "trace/control.h"
 
 
diff --git a/trace/control.c b/trace/control.c
index ef107829ac0..1c8c50064af 100644
--- a/trace/control.c
+++ b/trace/control.c
@@ -27,7 +27,6 @@
 #include "qemu/error-report.h"
 #include "qemu/config-file.h"
 #include "monitor/monitor.h"
-#include "trace/trace-root.h"
 
 int trace_events_enabled_count;
 
-- 
2.34.1