summary refs log tree commit diff stats
path: root/target/avr/gdbstub.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-04-18 16:45:33 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-04-26 15:31:37 +0200
commit0654c79416f346d967fbc7dad7ca451b49bbd822 (patch)
treec92b330eacadde6b6ea455f0b307789fe0dd4ea5 /target/avr/gdbstub.c
parent94326e4f217991102770667f684156bdbef599e6 (diff)
downloadfocaccia-qemu-0654c79416f346d967fbc7dad7ca451b49bbd822.tar.gz
focaccia-qemu-0654c79416f346d967fbc7dad7ca451b49bbd822.zip
gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
We only need the "exec/tswap.h" and "cpu-param.h" headers.
Only include "cpu.h" in the target gdbstub.c source files.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240418192525.97451-20-philmd@linaro.org>
Diffstat (limited to 'target/avr/gdbstub.c')
-rw-r--r--target/avr/gdbstub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/avr/gdbstub.c b/target/avr/gdbstub.c
index 2eeee2bf4e..d6d3c1479b 100644
--- a/target/avr/gdbstub.c
+++ b/target/avr/gdbstub.c
@@ -20,6 +20,7 @@
 
 #include "qemu/osdep.h"
 #include "gdbstub/helpers.h"
+#include "cpu.h"
 
 int avr_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n)
 {