diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:13:58 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:13:58 -0500 |
| commit | 13748cf499fbd93468e7103c0866e073a666f270 (patch) | |
| tree | b7bad9c923765b123703a738539bc66afb765a56 /qemu-progress.c | |
| parent | 99cce9fa4e091fd7ead1926e1c0db016ef293f36 (diff) | |
| parent | 7665385a8580ee5cea2cae44e1b58d6d7518a156 (diff) | |
| download | focaccia-qemu-13748cf499fbd93468e7103c0866e073a666f270.tar.gz focaccia-qemu-13748cf499fbd93468e7103c0866e073a666f270.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'qemu-progress.c')
| -rw-r--r-- | qemu-progress.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-progress.c b/qemu-progress.c index 8ebe8efa99..5f1b8dfb97 100644 --- a/qemu-progress.c +++ b/qemu-progress.c @@ -26,7 +26,6 @@ #include "osdep.h" #include "sysemu.h" #include <stdio.h> -#include <signal.h> struct progress_state { float current; |