Split GC.c, and move storage manager into sm/ directory
[ghc-hetmet.git] / rts / Arena.c
index 76ac23c..b2b5ce2 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "Rts.h"
 #include "RtsUtils.h"
-#include "BlockAlloc.h"
 #include "Arena.h"
 
 #include <stdlib.h>