From: Stefan Weil Date: Sun, 23 Feb 2014 17:02:08 +0000 (+0100) Subject: exec: Remove unneeded include files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=777872e5c65dabb1d80b8c13427c6a3e58dafe40;p=qemu.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 b69fd295f9..680268a163 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