From: Philippe Mathieu-Daudé Date: Wed, 3 Jun 2020 12:37:52 +0000 (+0200) Subject: target/unicore32: Remove unused headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c421f81826386687ace2066c81ef661e81a8d0a2;p=qemu.git target/unicore32: Remove unused headers Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20200603123754.19059-2-f4bug@amsat.org> Signed-off-by: Laurent Vivier --- diff --git a/target/unicore32/helper.c b/target/unicore32/helper.c index 7d538e2144..53292ae311 100644 --- a/target/unicore32/helper.c +++ b/target/unicore32/helper.c @@ -12,9 +12,7 @@ #include "qemu/osdep.h" #include "cpu.h" #include "exec/exec-all.h" -#include "exec/gdbstub.h" #include "exec/helper-proto.h" -#include "qemu/host-utils.h" #ifndef CONFIG_USER_ONLY #include "ui/console.h" #endif