summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2019-01-07 18:44:04 +0000
committerGerd Hoffmann <kraxel@redhat.com>2019-01-10 08:55:36 +0100
commit766a0a54faa97b8d4cbc7a6bd47f7ea78e625c19 (patch)
treef5914e5356bae434274fa1565bdd4ca7a1e7deb2
parent2a7bece653913a962a12672eb43aa796aea5ea23 (diff)
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 <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>
-rw-r--r--ui/spice-core.c1
1 files changed, 0 insertions, 1 deletions
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 <spice.h>
-#include <netdb.h>
#include "sysemu/sysemu.h"
#include "ui/qemu-spice.h"