From 67d065c3db489882dce1502246d5fcca10396ea4 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 23 Feb 2014 18:02:09 +0100 Subject: qemu-img: Remove unneeded include files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- qemu-img.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'qemu-img.c') 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; -- cgit v1.2.1