summaryrefslogtreecommitdiffstats
path: root/hw/char/xen_console.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-10-17 18:43:57 +0200
committerMichael Tokarev2017-12-18 15:07:02 +0100
commitff676046fb7018a1e62961cc306e466b0a167540 (patch)
tree7716d4ca003bbafe5a9fde4d0d941190495c2308 /hw/char/xen_console.c
parentmisc: remove headers implicitly included (diff)
downloadqemu-ff676046fb7018a1e62961cc306e466b0a167540.tar.gz
qemu-ff676046fb7018a1e62961cc306e466b0a167540.tar.xz
qemu-ff676046fb7018a1e62961cc306e466b0a167540.zip
misc: remove duplicated includes
exec: housekeeping (funny since 02d0e095031) applied using ./scripts/clean-includes Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Anthony PERARD <anthony.perard@citrix.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/char/xen_console.c')
-rw-r--r--hw/char/xen_console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/char/xen_console.c b/hw/char/xen_console.c
index 3643dfe067..5e68326c19 100644
--- a/hw/char/xen_console.c
+++ b/hw/char/xen_console.c
@@ -27,7 +27,6 @@
#include "hw/hw.h"
#include "chardev/char-fe.h"
#include "hw/xen/xen_backend.h"
-#include "qapi/error.h"
#include <xen/io/console.h>