diff options
-rw-r--r-- | qemu-img.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 <getopt.h> -#include <stdio.h> -#include <stdarg.h> - -#ifdef _WIN32 -#include <windows.h> -#endif typedef struct img_cmd_t { const char *name; |