From: Stefan Weil Date: Sun, 23 Feb 2014 17:02:08 +0000 (+0100) Subject: exec: Remove unneeded include files X-Git-Tag: v2.0.0-rc0~42^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=777872e5c65dabb1d80b8c13427c6a3e58dafe40;p=thirdparty%2Fqemu.git exec: Remove unneeded include files This file does not depend on windows.h. Signed-off-by: Stefan Weil Reviewed-by: Paolo Bonzini Reviewed-by: Andreas Färber Signed-off-by: Michael Tokarev --- diff --git a/exec.c b/exec.c index b69fd295f92..680268a1631 100644 --- a/exec.c +++ b/exec.c @@ -17,9 +17,7 @@ * License along with this library; if not, see . */ #include "config.h" -#ifdef _WIN32 -#include -#else +#ifndef _WIN32 #include #include #endif