diff options
author | Philippe Mathieu-Daudé | 2017-10-17 18:43:57 +0200 |
---|---|---|
committer | Michael Tokarev | 2017-12-18 15:07:02 +0100 |
commit | ff676046fb7018a1e62961cc306e466b0a167540 (patch) | |
tree | 7716d4ca003bbafe5a9fde4d0d941190495c2308 /hw/char/xen_console.c | |
parent | misc: remove headers implicitly included (diff) | |
download | qemu-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.c | 1 |
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> |