From: Stefan Weil Date: Sun, 23 Feb 2014 17:02:09 +0000 (+0100) Subject: qemu-img: Remove unneeded include files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=67d065c3db489882dce1502246d5fcca10396ea4;p=qemu.git 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 Reviewed-by: Paolo Bonzini Reviewed-by: Andreas Färber Signed-off-by: Michael Tokarev --- 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 -#include -#include - -#ifdef _WIN32 -#include -#endif typedef struct img_cmd_t { const char *name;