diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-02-23 18:02:09 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-03-03 09:46:27 +0400 |
commit | 67d065c3db489882dce1502246d5fcca10396ea4 (patch) | |
tree | 08c84357fbe2f075d276c3f653eea94c6a2e4f7c /qemu-img.c | |
parent | 777872e5c65dabb1d80b8c13427c6a3e58dafe40 (diff) |
qemu-img: Remove unneeded include files
There is no dependency on windows.h, and the standard include files are
already included by qemu-common.h.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu-img.c')
-rw-r--r-- | qemu-img.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu-img.c b/qemu-img.c index 78fc86826c..886db881b3 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -32,12 +32,6 @@ #include "block/block_int.h" #include "block/qapi.h" #include <getopt.h> -#include <stdio.h> -#include <stdarg.h> - -#ifdef _WIN32 -#include <windows.h> -#endif typedef struct img_cmd_t { const char *name; |