Commit 67d065c3 authored by Stefan Weil's avatar Stefan Weil Committed by Michael Tokarev
Browse files

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: default avatarStefan Weil <sw@weilnetz.de>
Reviewed-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent 777872e5
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;