qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 11/13] qemu-img: Remove unneeded include files


From: Michael Tokarev
Subject: [Qemu-devel] [PULL 11/13] qemu-img: Remove unneeded include files
Date: Tue, 4 Mar 2014 10:15:59 +0400

From: Stefan Weil <address@hidden>

There is no dependency on windows.h, and the standard include files are
already included by qemu-common.h.

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Reviewed-by: Andreas Färber <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 qemu-img.c |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/qemu-img.c b/qemu-img.c
index 78fc868..886db88 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;
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]