diff options
Diffstat (limited to 'rts/ProfHeap.h')
-rw-r--r-- | rts/ProfHeap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index cf09c59231..b3bed903b5 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -9,11 +9,9 @@ #ifndef PROFHEAP_H #define PROFHEAP_H -#include "GetTime.h" // for Ticks - #include "BeginPrivate.h" -void heapCensus (Ticks t); +void heapCensus (Time t); nat initHeapProfiling (void); void endHeapProfiling (void); rtsBool strMatchesSelector (char* str, char* sel); |