]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
spice: Remove unused include
authorFrediano Ziglio <fziglio@redhat.com>
Mon, 7 Jan 2019 18:44:04 +0000 (18:44 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Jan 2019 07:55:36 +0000 (08:55 +0100)
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 <fziglio@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190107184404.31993-1-fziglio@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/spice-core.c

index fc850b3f50f5a835bdbe8e4e6a52172593c8dd1a..a40fb2c00dabc9b3d19c8fe9698c8a7c710bda77 100644 (file)
@@ -18,7 +18,6 @@
 #include "qemu/osdep.h"
 #include <spice.h>
 
-#include <netdb.h>
 #include "sysemu/sysemu.h"
 
 #include "ui/qemu-spice.h"