diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2018-10-12 02:21:13 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2018-10-16 18:10:55 +0200 |
commit | d417eb1d3f34ce26afb1364cce4039d769873e5d (patch) | |
tree | 29b41599b1a3f0bc5b50af6152d7785521f3fb7d /gdbstub.c | |
parent | 26830e9325d05d537dd9a3765437908771d19475 (diff) |
gdbstub: Remove unused include
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'gdbstub.c')
-rw-r--r-- | gdbstub.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |