diff mbox

[3/9] qemu-img: Remove unneeded include files

Message ID 1393174935-11750-4-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Commit Message

Stefan Weil Feb. 23, 2014, 5:02 p.m. UTC
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>
---
 qemu-img.c |    6 ------
 1 file changed, 6 deletions(-)
diff mbox

Patch

diff --git a/qemu-img.c b/qemu-img.c
index 0927b09..fbd4b47 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;