From: Marc-André Lureau Date: Mon, 17 Nov 2014 15:52:49 +0000 (+0100) Subject: spice: remove spice-experimental.h include X-Git-Tag: v2.3.0-rc0~135^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0883e2de0ef36f254acc274e80ddeac13a2a8f6;p=thirdparty%2Fqemu.git 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 Signed-off-by: Gerd Hoffmann --- diff --git a/spice-qemu-char.c b/spice-qemu-char.c index 8106e063c03..7e0d300777b 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 -#include #include #include "qemu/osdep.h" diff --git a/ui/spice-core.c b/ui/spice-core.c index e8d4baedd85..497670c4d5e 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -16,7 +16,6 @@ */ #include -#include #include #include "sysemu/sysemu.h"