summaryrefslogtreecommitdiff
path: root/ui/spice-core.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2014-11-17 16:52:49 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-12-16 14:15:29 +0100
commite0883e2de0ef36f254acc274e80ddeac13a2a8f6 (patch)
tree07f5ac3f82144389c6f4bb9c838c74ba7aa222c6 /ui/spice-core.c
parentcf7856adefebe86e0cd50302d93b3045e3111690 (diff)
downloadqemu-e0883e2de0ef36f254acc274e80ddeac13a2a8f6.tar.gz
spice: remove spice-experimental.h include
Nothing seems to be using functions from spice-experimental.h (better that way). Let's remove its inclusion. Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/spice-core.c')
-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 e8d4baedd8..497670c4d5 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -16,7 +16,6 @@
*/
#include <spice.h>
-#include <spice-experimental.h>
#include <netdb.h>
#include "sysemu/sysemu.h"