qemu-img: Remove unneeded include files
authorStefan Weil <sw@weilnetz.de>
Sun, 23 Feb 2014 17:02:09 +0000 (18:02 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 3 Mar 2014 05:46:27 +0000 (09:46 +0400)
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>
qemu-img.c

index 78fc868..886db88 100644 (file)
 #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;