From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVLA0-0001gy-L6 for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVL9w-0001dN-1y for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:16 -0400 Received: from [199.232.76.173] (port=39473 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVL9u-0001d6-Ea for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:11 -0400 Received: from mx20.gnu.org ([199.232.41.8]:14410) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MVL9t-00063P-QJ for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:09 -0400 Received: from [82.113.48.144] (helo=FilipNavara-PC) by mx20.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MVL9s-0008EA-Vp for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:09 -0400 Date: Mon, 27 Jul 09 10:02:05 Central Europe Standard Time From: Filip Navara Sender: Filip Navara MIME-Version: 1.0 Content-Type: text/plain; Message-Id: Subject: [Qemu-devel] [PATCH 4/5] 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: , 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 d4e49e4..3400fa3 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 -- 1.6.3.2.1299.gee46c