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>
This commit is contained in:
Marc-André Lureau 2014-11-17 16:52:49 +01:00 committed by Gerd Hoffmann
parent cf7856adef
commit e0883e2de0
2 changed files with 0 additions and 2 deletions

View 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"

View file

@ -16,7 +16,6 @@
*/
#include <spice.h>
#include <spice-experimental.h>
#include <netdb.h>
#include "sysemu/sysemu.h"