[project @ 2005-10-21 14:47:36 by simonmar]
authorsimonmar <unknown>
Fri, 21 Oct 2005 14:47:36 +0000 (14:47 +0000)
committersimonmar <unknown>
Fri, 21 Oct 2005 14:47:36 +0000 (14:47 +0000)
No need to import platform-specific stuff now.

ghc/rts/Timer.c

index 73bb179..b6414f8 100644 (file)
 #include "Ticker.h"
 #include "Capability.h"
 
-#if !defined(mingw32_HOST_OS)
-#include "Itimer.h"
-#else
-#include "win32/Ticker.h"
-#endif
-
 /* ticks left before next pre-emptive context switch */
 static int ticks_to_ctxt_switch = 0;