summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2018-10-12 02:21:13 +0200
committerThomas Huth2018-10-16 18:10:55 +0200
commitd417eb1d3f34ce26afb1364cce4039d769873e5d (patch)
tree29b41599b1a3f0bc5b50af6152d7785521f3fb7d
parenttests: remove gcov-files- variables (diff)
downloadqemu-d417eb1d3f34ce26afb1364cce4039d769873e5d.tar.gz
qemu-d417eb1d3f34ce26afb1364cce4039d769873e5d.tar.xz
qemu-d417eb1d3f34ce26afb1364cce4039d769873e5d.zip
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>
-rw-r--r--gdbstub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdbstub.c b/gdbstub.c
index c8478de8f5..c4e4f9f082 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"