]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
spice: remove spice-experimental.h include
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Mon, 17 Nov 2014 15:52:49 +0000 (16:52 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Dec 2014 13:15:29 +0000 (14:15 +0100)
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>
spice-qemu-char.c
ui/spice-core.c

index 8106e063c031a254aef8166dd2976ff264d597f3..7e0d300777be71883f5264ec73cf16afa7550ebf 100644 (file)
@@ -3,7 +3,6 @@
 #include "ui/qemu-spice.h"
 #include "sysemu/char.h"
 #include <spice.h>
-#include <spice-experimental.h>
 #include <spice/protocol.h>
 
 #include "qemu/osdep.h"
index e8d4baedd85fa4c14d5eb009f146e70502b8d7f6..497670c4d5e25a617221af043d83e0676c8a3f2e 100644 (file)
@@ -16,7 +16,6 @@
  */
 
 #include <spice.h>
-#include <spice-experimental.h>
 
 #include <netdb.h>
 #include "sysemu/sysemu.h"