From f11a29b326d2e602cebd5ecbc3f86c0b6c97d697 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Sat, 11 Aug 2007 19:54:42 +0000 Subject: [PATCH] Remove bogus _WIN32 conditional. --- src/lib/empthread/pthread.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/empthread/pthread.c b/src/lib/empthread/pthread.c index 3c367917..0f0b4963 100644 --- a/src/lib/empthread/pthread.c +++ b/src/lib/empthread/pthread.c @@ -48,10 +48,8 @@ #include #include #include -#if !defined(_WIN32) #include #include -#endif #include "misc.h" #include "empthread.h"