From 777872e5c65dabb1d80b8c13427c6a3e58dafe40 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 23 Feb 2014 18:02:08 +0100 Subject: exec: Remove unneeded include files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- exec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'exec.c') 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 -- cgit v1.2.1