From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0sxj-0004Ng-FI for qemu-devel@nongnu.org; Tue, 16 Dec 2014 09:19:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0sxd-000755-8F for qemu-devel@nongnu.org; Tue, 16 Dec 2014 09:18:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0sxd-00074h-15 for qemu-devel@nongnu.org; Tue, 16 Dec 2014 09:18:49 -0500 From: Gerd Hoffmann Date: Tue, 16 Dec 2014 15:13:36 +0100 Message-Id: <1418739217-6561-6-git-send-email-kraxel@redhat.com> In-Reply-To: <1418739217-6561-1-git-send-email-kraxel@redhat.com> References: <1418739217-6561-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 5/6] spice: remove spice-experimental.h include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Gerd Hoffmann , Anthony Liguori From: Marc-Andr=C3=A9 Lureau Nothing seems to be using functions from spice-experimental.h (better that way). Let's remove its inclusion. Signed-off-by: Marc-Andr=C3=A9 Lureau Signed-off-by: Gerd Hoffmann --- spice-qemu-char.c | 1 - ui/spice-core.c | 1 - 2 files changed, 2 deletions(-) diff --git a/spice-qemu-char.c b/spice-qemu-char.c index 8106e06..7e0d300 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 =20 #include "qemu/osdep.h" diff --git a/ui/spice-core.c b/ui/spice-core.c index e8d4bae..497670c 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -16,7 +16,6 @@ */ =20 #include -#include =20 #include #include "sysemu/sysemu.h" --=20 1.8.3.1