From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Marc-André Lureau" <marcandre.lureau@gmail.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Anthony Liguori" <aliguori@amazon.com>
Subject: [Qemu-devel] [PULL 5/6] spice: remove spice-experimental.h include
Date: Tue, 16 Dec 2014 15:13:36 +0100 [thread overview]
Message-ID: <1418739217-6561-6-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1418739217-6561-1-git-send-email-kraxel@redhat.com>
From: Marc-André Lureau <marcandre.lureau@gmail.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 <marcandre.lureau@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
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 <spice.h>
-#include <spice-experimental.h>
#include <spice/protocol.h>
#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 @@
*/
#include <spice.h>
-#include <spice-experimental.h>
#include <netdb.h>
#include "sysemu/sysemu.h"
--
1.8.3.1
next prev parent reply other threads:[~2014-12-16 14:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-16 14:13 [Qemu-devel] [PULL 0/6] spice patch queue Gerd Hoffmann
2014-12-16 14:13 ` [Qemu-devel] [PULL 1/6] spice: use bottom half instead of refresh timer for cursor updates Gerd Hoffmann
2014-12-16 14:13 ` [Qemu-devel] [PULL 2/6] spice: reduce refresh rate in native mode Gerd Hoffmann
2014-12-16 14:13 ` [Qemu-devel] [PULL 3/6] spice: rework mirror allocation, add no-resize fast path Gerd Hoffmann
2014-12-16 14:13 ` [Qemu-devel] [PULL 4/6] spice: do not require TCP ports Gerd Hoffmann
2014-12-16 14:13 ` Gerd Hoffmann [this message]
2014-12-16 14:13 ` [Qemu-devel] [PULL 6/6] spice: fix memory leak Gerd Hoffmann
2014-12-17 16:23 ` [Qemu-devel] [PULL 0/6] spice patch queue Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1418739217-6561-6-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=aliguori@amazon.com \
--cc=marcandre.lureau@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).