From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ6ej-0004Lg-1m for qemu-devel@nongnu.org; Tue, 23 Jun 2009 10:07:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ6ei-0004Km-36 for qemu-devel@nongnu.org; Tue, 23 Jun 2009 10:07:24 -0400 Received: from [199.232.76.173] (port=36741 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ6eh-0004KZ-UG for qemu-devel@nongnu.org; Tue, 23 Jun 2009 10:07:23 -0400 Received: from a40-prg1-8-129.static.adsl.vol.cz ([88.146.54.129]:27372 helo=FilipNavara-PC) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MJ6eh-0001pF-4r for qemu-devel@nongnu.org; Tue, 23 Jun 2009 10:07:23 -0400 From: Filip Navara Sender: Filip Navara MIME-Version: 1.0 Content-Type: text/plain; boundary=WC_MAIL_PaRt_BoUnDaRy_05151998 Message-Id: Subject: [Qemu-devel] [PATCH] Remove special Win32 code in vl.c that's no longer needed. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 23 Jun 2009 14:07:25 -0000 To: qemu-devel@nongnu.org Signed-off-by: Filip Navara --- vl.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/vl.c b/vl.c index 6a907e6..3a99ee0 100644 --- a/vl.c +++ b/vl.c @@ -105,11 +105,7 @@ #ifdef _WIN32 #include -#include -#include #include -#define getopt_long_only getopt_long -#define memalign(align, size) malloc(size) #endif #ifdef CONFIG_SDL -- 1.6.3.msysgit.0