From: simonmar Date: Wed, 23 Feb 2005 10:59:17 +0000 (+0000) Subject: [project @ 2005-02-23 10:59:17 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1035 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=cf35f01c8fda4a665d3f4cc377210ffa153fa367 [project @ 2005-02-23 10:59:17 by simonmar] Move include later --- diff --git a/ghc/rts/Arena.c b/ghc/rts/Arena.c index 2c478a7..76ac23c 100644 --- a/ghc/rts/Arena.c +++ b/ghc/rts/Arena.c @@ -18,12 +18,13 @@ which most allocations are small. -------------------------------------------------------------------------- */ -#include #include "Rts.h" #include "RtsUtils.h" #include "BlockAlloc.h" #include "Arena.h" +#include + // Each arena struct is allocated using malloc(). struct _Arena { bdescr *current;