diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-06 09:30:21 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-06 09:30:21 +0000 |
commit | b0a91510ccce70f8094d69bf21ba085a853fe31e (patch) | |
tree | e77a77d2c7178f473dea51ee593c5c6ab23de2c0 /rts | |
parent | b2b2744e0a095b9a86952adabfe0a7410dcf5489 (diff) | |
download | haskell-b0a91510ccce70f8094d69bf21ba085a853fe31e.tar.gz |
Fix ticky build
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Ticky.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/Ticky.c b/rts/Ticky.c index 4737f4a577..c874d1a19c 100644 --- a/rts/Ticky.c +++ b/rts/Ticky.c @@ -12,7 +12,6 @@ #include "PosixSource.h" #include "Rts.h" -#include "TickyCounters.h" #include "Ticky.h" /* ----------------------------------------------------------------------------- |