diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2024-11-19 13:02:08 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-11-19 14:14:13 +0000 |
| commit | c5275c734233d6457f2340ca01d4577a971ea328 (patch) | |
| tree | f79db02fc7bba3a27858cbb345b9edabbc40f675 /trace/control-target.c | |
| parent | 3de6d364b69dfc74e34f2e19e1897d678e7f3d5a (diff) | |
| download | focaccia-qemu-c5275c734233d6457f2340ca01d4577a971ea328.tar.gz focaccia-qemu-c5275c734233d6457f2340ca01d4577a971ea328.zip | |
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 <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20241108162909.4080314-4-peter.maydell@linaro.org
Diffstat (limited to 'trace/control-target.c')
| -rw-r--r-- | trace/control-target.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trace/control-target.c b/trace/control-target.c index 97f21e476d..d58e84f6dd 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" |