diff options
author | Kevin Wolf <kwolf@redhat.com> | 2014-01-20 15:05:25 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-01-24 14:33:00 +0100 |
commit | e69968d472bd020a08c677c814237548090d2e59 (patch) | |
tree | d891cbd937bd9c178c5902dd7ee351cd48da7595 /util | |
parent | 34ceed81f9ca31829448276dafe3d9151d66962c (diff) | |
download | qemu-e69968d472bd020a08c677c814237548090d2e59.tar.gz qemu-e69968d472bd020a08c677c814237548090d2e59.tar.bz2 qemu-e69968d472bd020a08c677c814237548090d2e59.zip |
qemu-progress: Drop unused include
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
Diffstat (limited to 'util')
-rw-r--r-- | util/qemu-progress.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/qemu-progress.c b/util/qemu-progress.c index 9a3f96cd47..ad33fee98d 100644 --- a/util/qemu-progress.c +++ b/util/qemu-progress.c @@ -24,7 +24,6 @@ #include "qemu-common.h" #include "qemu/osdep.h" -#include "sysemu/sysemu.h" #include <stdio.h> struct progress_state { |