diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-06-03 14:37:52 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-06-09 19:58:53 +0200 |
commit | c421f81826386687ace2066c81ef661e81a8d0a2 (patch) | |
tree | 94f927456733f3a1aa266d3dc66bef82c2420f49 /target/unicore32 | |
parent | 3fb79344bd41bed9e2975dab49d7d1c8fde9a37a (diff) |
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>
Diffstat (limited to 'target/unicore32')
-rw-r--r-- | target/unicore32/helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |