[project @ 2005-02-25 10:45:25 by simonmar]
authorsimonmar <unknown>
Fri, 25 Feb 2005 10:45:25 +0000 (10:45 +0000)
committersimonmar <unknown>
Fri, 25 Feb 2005 10:45:25 +0000 (10:45 +0000)
rearrange #includes

ghc/rts/RetainerSet.c

index 3196843..6f51cb0 100644 (file)
@@ -9,8 +9,6 @@
 
 #ifdef PROFILING
 
-#include <stdlib.h>
-
 #include "Rts.h"
 #include "RtsFlags.h"
 #include "Stats.h"
@@ -19,6 +17,7 @@
 #include "Arena.h"
 #include "Profiling.h"
 
+#include <stdlib.h>
 #include <string.h>
 
 #define HASH_TABLE_SIZE 255