Browse Source

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>
pull/11/merge
Marc-André Lureau 12 years ago
committed by Gerd Hoffmann
parent
commit
e0883e2de0
  1. 1
      spice-qemu-char.c
  2. 1
      ui/spice-core.c

1
spice-qemu-char.c

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

1
ui/spice-core.c

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

Loading…
Cancel
Save