diff mbox series

[PULL,05/15] gdbstub: Remove unused include

Message ID 1539770707-7289-6-git-send-email-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series [PULL,01/15] qemu-common.h: update copyright date to 2018 | expand

Commit Message

Thomas Huth Oct. 17, 2018, 10:04 a.m. UTC
From: Philippe Mathieu-Daudé <philmd@redhat.com>

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 | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gdbstub.c b/gdbstub.c
index c8478de..c4e4f9f 100644
--- 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"