OSDN Git Service

gdbstub: Remove unused include
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 12 Oct 2018 00:21:13 +0000 (02:21 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 16 Oct 2018 16:10:55 +0000 (18:10 +0200)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
gdbstub.c

index c8478de..c4e4f9f 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -20,7 +20,6 @@
 #include "qapi/error.h"
 #include "qemu/error-report.h"
 #include "qemu/cutils.h"
-#include "cpu.h"
 #include "trace-root.h"
 #ifdef CONFIG_USER_ONLY
 #include "qemu.h"