From c5275c734233d6457f2340ca01d4577a971ea328 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 19 Nov 2024 13:02:08 +0000 Subject: trace: Don't include trace-root.h in control.c or control-target.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé Message-id: 20241108162909.4080314-4-peter.maydell@linaro.org --- trace/control.c | 1 - 1 file changed, 1 deletion(-) (limited to 'trace/control.c') diff --git a/trace/control.c b/trace/control.c index ef107829ac..1c8c50064a 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; -- cgit 1.4.1