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 /ui/spice-core.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 'ui/spice-core.c')
-rw-r--r-- | ui/spice-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/spice-core.c b/ui/spice-core.c index e8d4baedd8..497670c4d5 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -16,7 +16,6 @@ */ #include <spice.h> -#include <spice-experimental.h> #include <netdb.h> #include "sysemu/sysemu.h" |