[project @ 2005-10-21 14:47:36 by simonmar]
[ghc-hetmet.git] / 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;