Relax the assumption that all objects fit in a single block (#3424)
[ghc-hetmet.git] / rts / Ticky.c
index d319d18..c874d1a 100644 (file)
@@ -11,8 +11,7 @@
 #define TICKY_C                        /* define those variables */
 #include "PosixSource.h"
 #include "Rts.h"
-#include "TickyCounters.h"
-#include "RtsFlags.h"
+
 #include "Ticky.h"
 
 /* -----------------------------------------------------------------------------