From: Frediano Ziglio Date: Mon, 7 Jan 2019 18:44:04 +0000 (+0000) Subject: spice: Remove unused include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=766a0a54faa97b8d4cbc7a6bd47f7ea78e625c19;p=qemu.git spice: Remove unused include The definitions in the header are not used. Also this fixes porting SPICE to Windows where the header is not available. Signed-off-by: Frediano Ziglio Reviewed-by: Philippe Mathieu-Daudé Message-id: 20190107184404.31993-1-fziglio@redhat.com Signed-off-by: Gerd Hoffmann --- diff --git a/ui/spice-core.c b/ui/spice-core.c index fc850b3f50..a40fb2c00d 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -18,7 +18,6 @@ #include "qemu/osdep.h" #include -#include #include "sysemu/sysemu.h" #include "ui/qemu-spice.h"