diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2014-11-17 16:52:49 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-12-16 14:15:29 +0100 |
commit | e0883e2de0ef36f254acc274e80ddeac13a2a8f6 (patch) | |
tree | 07f5ac3f82144389c6f4bb9c838c74ba7aa222c6 /spice-qemu-char.c | |
parent | cf7856adefebe86e0cd50302d93b3045e3111690 (diff) |
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 'spice-qemu-char.c')
-rw-r--r-- | spice-qemu-char.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spice-qemu-char.c b/spice-qemu-char.c index 8106e063c0..7e0d300777 100644 --- a/spice-qemu-char.c +++ b/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" |