RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / Arena.c
index fcdc6cc..7fc49f4 100644 (file)
    which most allocations are small.
    -------------------------------------------------------------------------- */
 
+#include "PosixSource.h"
 #include "Rts.h"
+
 #include "RtsUtils.h"
 #include "Arena.h"
 
-#include <stdlib.h>
-
 // Each arena struct is allocated using malloc().
 struct _Arena {
     bdescr *current;