diff options
Diffstat (limited to 'semihosting/console.c')
-rw-r--r-- | semihosting/console.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/semihosting/console.c b/semihosting/console.c index c9ebd6f..ef6958d 100644 --- a/semihosting/console.c +++ b/semihosting/console.c @@ -16,7 +16,6 @@ */ #include "qemu/osdep.h" -#include "cpu.h" #include "semihosting/semihost.h" #include "semihosting/console.h" #include "exec/gdbstub.h" @@ -24,7 +23,6 @@ #include "qemu/log.h" #include "chardev/char.h" #include "chardev/char-fe.h" -#include "sysemu/sysemu.h" #include "qemu/main-loop.h" #include "qapi/error.h" #include "qemu/fifo8.h" |