Skip to content

Commit c5275c7

Browse files
committed
trace: Don't include trace-root.h in control.c or control-target.c
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 <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-id: [email protected]
1 parent 3de6d36 commit c5275c7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

trace/control-target.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "qemu/osdep.h"
1111
#include "qemu/lockable.h"
1212
#include "cpu.h"
13-
#include "trace/trace-root.h"
1413
#include "trace/control.h"
1514

1615

trace/control.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include "qemu/error-report.h"
2828
#include "qemu/config-file.h"
2929
#include "monitor/monitor.h"
30-
#include "trace/trace-root.h"
3130

3231
int trace_events_enabled_count;
3332

0 commit comments

Comments
 (0)