|
|
9ae3a8 |
From ea55137cc4a565a2917267dcdd62cc7d53493135 Mon Sep 17 00:00:00 2001
|
|
|
9ae3a8 |
From: Kevin Wolf <kwolf@redhat.com>
|
|
|
9ae3a8 |
Date: Tue, 11 Feb 2014 16:24:42 +0100
|
|
|
9ae3a8 |
Subject: [PATCH 25/28] qemu-progress: Drop unused include
|
|
|
9ae3a8 |
|
|
|
9ae3a8 |
RH-Author: Kevin Wolf <kwolf@redhat.com>
|
|
|
9ae3a8 |
Message-id: <1392135884-10508-2-git-send-email-kwolf@redhat.com>
|
|
|
9ae3a8 |
Patchwork-id: 57221
|
|
|
9ae3a8 |
O-Subject: [RHEL-7.0 qemu-kvm PATCH 1/3] qemu-progress: Drop unused include
|
|
|
9ae3a8 |
Bugzilla: 997878
|
|
|
9ae3a8 |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
9ae3a8 |
RH-Acked-by: Jeffrey Cody <jcody@redhat.com>
|
|
|
9ae3a8 |
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
|
|
|
9ae3a8 |
|
|
|
9ae3a8 |
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
9ae3a8 |
Reviewed-by: Benoit Canet <benoit@irqsave.net>
|
|
|
9ae3a8 |
(cherry picked from commit e69968d472bd020a08c677c814237548090d2e59)
|
|
|
9ae3a8 |
|
|
|
9ae3a8 |
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
9ae3a8 |
---
|
|
|
9ae3a8 |
util/qemu-progress.c | 1 -
|
|
|
9ae3a8 |
1 file changed, 1 deletion(-)
|
|
|
9ae3a8 |
|
|
|
9ae3a8 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
9ae3a8 |
---
|
|
|
9ae3a8 |
util/qemu-progress.c | 1 -
|
|
|
9ae3a8 |
1 files changed, 0 insertions(+), 1 deletions(-)
|
|
|
9ae3a8 |
|
|
|
9ae3a8 |
diff --git a/util/qemu-progress.c b/util/qemu-progress.c
|
|
|
9ae3a8 |
index 9a3f96c..ad33fee 100644
|
|
|
9ae3a8 |
--- a/util/qemu-progress.c
|
|
|
9ae3a8 |
+++ b/util/qemu-progress.c
|
|
|
9ae3a8 |
@@ -24,7 +24,6 @@
|
|
|
9ae3a8 |
|
|
|
9ae3a8 |
#include "qemu-common.h"
|
|
|
9ae3a8 |
#include "qemu/osdep.h"
|
|
|
9ae3a8 |
-#include "sysemu/sysemu.h"
|
|
|
9ae3a8 |
#include <stdio.h>
|
|
|
9ae3a8 |
|
|
|
9ae3a8 |
struct progress_state {
|
|
|
9ae3a8 |
--
|
|
|
9ae3a8 |
1.7.1
|
|
|
9ae3a8 |
|