From 69babbcc9a478549842d4374c8c37823b3da7d4b Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 25 Feb 2005 10:45:25 +0000 Subject: [PATCH] [project @ 2005-02-25 10:45:25 by simonmar] rearrange #includes --- ghc/rts/RetainerSet.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/rts/RetainerSet.c b/ghc/rts/RetainerSet.c index 3196843..6f51cb0 100644 --- a/ghc/rts/RetainerSet.c +++ b/ghc/rts/RetainerSet.c @@ -9,8 +9,6 @@ #ifdef PROFILING -#include - #include "Rts.h" #include "RtsFlags.h" #include "Stats.h" @@ -19,6 +17,7 @@ #include "Arena.h" #include "Profiling.h" +#include #include #define HASH_TABLE_SIZE 255 -- 1.7.10.4