From: Filip Navara Date: Mon, 27 Jul 2009 15:02:05 +0000 (-0500) Subject: Remove special Win32 code in vl.c that's no longer needed. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=45b05c774da3c5d9baee122fbf5f3711bce39a5c;p=qemu.git Remove special Win32 code in vl.c that's no longer needed. Signed-off-by: Filip Navara Signed-off-by: Anthony Liguori --- diff --git a/vl.c b/vl.c index 198523e319..a8acbcb28f 100644 --- a/vl.c +++ b/vl.c @@ -108,11 +108,7 @@ #ifdef _WIN32 #include -#include -#include #include -#define getopt_long_only getopt_long -#define memalign(align, size) malloc(size) #endif #ifdef CONFIG_SDL