|
|
619821 |
From 8ed773749fd59ff4036ded5ad106de027f92cefe Mon Sep 17 00:00:00 2001
|
|
|
619821 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
619821 |
Date: Thu, 9 Mar 2017 06:12:04 +0100
|
|
|
619821 |
Subject: [PATCH 16/17] spice: remove spice-experimental.h include
|
|
|
619821 |
MIME-Version: 1.0
|
|
|
619821 |
Content-Type: text/plain; charset=UTF-8
|
|
|
619821 |
Content-Transfer-Encoding: 8bit
|
|
|
619821 |
|
|
|
619821 |
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
619821 |
Message-id: <ed3cc22a1061a82e508c44c2c4b045997185c0e1.1489039263.git.mrezanin@redhat.com>
|
|
|
619821 |
Patchwork-id: 74258
|
|
|
619821 |
O-Subject: [RHEL-7.4 qemu-kvm PATCH 1/2] spice: remove spice-experimental.h include
|
|
|
619821 |
Bugzilla: 1430606
|
|
|
619821 |
RH-Acked-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
619821 |
RH-Acked-by: Marc-André Lureau <mlureau@redhat.com>
|
|
|
619821 |
RH-Acked-by: David Hildenbrand <david@redhat.com>
|
|
|
619821 |
|
|
|
619821 |
From: Marc-André Lureau <marcandre.lureau@gmail.com>
|
|
|
619821 |
|
|
|
619821 |
Nothing seems to be using functions from spice-experimental.h (better
|
|
|
619821 |
that way). Let's remove its inclusion.
|
|
|
619821 |
|
|
|
619821 |
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
|
|
|
619821 |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
619821 |
(cherry picked from commit e0883e2de0ef36f254acc274e80ddeac13a2a8f6)
|
|
|
619821 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
619821 |
---
|
|
|
619821 |
spice-qemu-char.c | 1 -
|
|
|
619821 |
ui/spice-core.c | 1 -
|
|
|
619821 |
2 files changed, 2 deletions(-)
|
|
|
619821 |
|
|
|
619821 |
diff --git a/spice-qemu-char.c b/spice-qemu-char.c
|
|
|
619821 |
index 6d147a7..cd51f3c 100644
|
|
|
619821 |
--- a/spice-qemu-char.c
|
|
|
619821 |
+++ b/spice-qemu-char.c
|
|
|
619821 |
@@ -3,7 +3,6 @@
|
|
|
619821 |
#include "ui/qemu-spice.h"
|
|
|
619821 |
#include "sysemu/char.h"
|
|
|
619821 |
#include <spice.h>
|
|
|
619821 |
-#include <spice-experimental.h>
|
|
|
619821 |
#include <spice/protocol.h>
|
|
|
619821 |
|
|
|
619821 |
#include "qemu/osdep.h"
|
|
|
619821 |
diff --git a/ui/spice-core.c b/ui/spice-core.c
|
|
|
619821 |
index 8d6e726..0585267 100644
|
|
|
619821 |
--- a/ui/spice-core.c
|
|
|
619821 |
+++ b/ui/spice-core.c
|
|
|
619821 |
@@ -16,7 +16,6 @@
|
|
|
619821 |
*/
|
|
|
619821 |
|
|
|
619821 |
#include <spice.h>
|
|
|
619821 |
-#include <spice-experimental.h>
|
|
|
619821 |
|
|
|
619821 |
#include <netdb.h>
|
|
|
619821 |
#include "sysemu/sysemu.h"
|
|
|
619821 |
--
|
|
|
619821 |
1.8.3.1
|
|
|
619821 |
|