X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FSelect.c;fp=ghc%2Frts%2FSelect.c;h=da0e12469fbbb9b0e7c21c060a34048e025c515a;hb=47e6674f14f0b414bbb3f37ffff8749302e0f4b2;hp=73aad1a2a6c5d6e14e071e35f194c8b6043ed1dc;hpb=f1e346a7a4b9f3bf8b695e35b1c5ff8d67b874af;p=ghc-hetmet.git diff --git a/ghc/rts/Select.c b/ghc/rts/Select.c index 73aad1a..da0e124 100644 --- a/ghc/rts/Select.c +++ b/ghc/rts/Select.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Select.c,v 1.26 2003/02/22 06:13:41 sof Exp $ + * $Id: Select.c,v 1.27 2003/03/29 00:00:41 sof Exp $ * * (c) The GHC Team 1995-2002 * @@ -12,9 +12,6 @@ /* #include "PosixSource.h" */ #include "Rts.h" -#ifndef mingw32_TARGET_OS -/* to the end */ - #include "Schedule.h" #include "RtsUtils.h" #include "RtsFlags.h" @@ -349,5 +346,3 @@ wakeBlockedWorkerThread() } } #endif - -#endif /* !mingw_TARGET_OS */