aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-06-03 14:37:52 +0200
committerLaurent Vivier <laurent@vivier.eu>2020-06-09 19:58:53 +0200
commitc421f81826386687ace2066c81ef661e81a8d0a2 (patch)
tree94f927456733f3a1aa266d3dc66bef82c2420f49
parent3fb79344bd41bed9e2975dab49d7d1c8fde9a37a (diff)
downloadqemu-c421f81826386687ace2066c81ef661e81a8d0a2.zip
qemu-c421f81826386687ace2066c81ef661e81a8d0a2.tar.gz
qemu-c421f81826386687ace2066c81ef661e81a8d0a2.tar.bz2
target/unicore32: Remove unused headers
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200603123754.19059-2-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r--target/unicore32/helper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/unicore32/helper.c b/target/unicore32/helper.c
index 7d538e2..53292ae 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