From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqOc4-00068c-TS for qemu-devel@nongnu.org; Mon, 17 Nov 2014 10:53:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqObv-0003LE-Tt for qemu-devel@nongnu.org; Mon, 17 Nov 2014 10:53:12 -0500 Received: from mail-qc0-x232.google.com ([2607:f8b0:400d:c01::232]:49208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqObv-0003L8-Oy for qemu-devel@nongnu.org; Mon, 17 Nov 2014 10:53:03 -0500 Received: by mail-qc0-f178.google.com with SMTP id b13so17683127qcw.23 for ; Mon, 17 Nov 2014 07:53:02 -0800 (PST) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 17 Nov 2014 16:52:49 +0100 Message-Id: <1416239569-28946-1-git-send-email-marcandre.lureau@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH] 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?= , kraxel@redhat.com Nothing seems to be using functions from spice-experimental.h (better that way). Let's remove its inclusion. Signed-off-by: Marc-André Lureau --- 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 #include "qemu/osdep.h" diff --git a/ui/spice-core.c b/ui/spice-core.c index 6467fa4..2eae2bd 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -16,7 +16,6 @@ */ #include -#include #include #include "sysemu/sysemu.h" -- 2.1.0