[project @ 2005-02-23 10:59:17 by simonmar]
[ghc-hetmet.git] / ghc / rts / Arena.c
index 2c478a7..76ac23c 100644 (file)
    which most allocations are small.
    -------------------------------------------------------------------------- */
 
-#include <stdlib.h>
 #include "Rts.h"
 #include "RtsUtils.h"
 #include "BlockAlloc.h"
 #include "Arena.h"
 
+#include <stdlib.h>
+
 // Each arena struct is allocated using malloc().
 struct _Arena {
     bdescr *current;