Skip to content

Commit

Permalink
spice: remove spice-experimental.h include
Browse files Browse the repository at this point in the history
Nothing seems to be using functions from spice-experimental.h (better
that way). Let's remove its inclusion.

Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
elmarco authored and kraxel committed Dec 16, 2014
1 parent cf7856a commit e0883e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spice-qemu-char.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion ui/spice-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/

#include <spice.h>
#include <spice-experimental.h>

#include <netdb.h>
#include "sysemu/sysemu.h"
Expand Down

0 comments on commit e0883e2

Please sign in to comment.