fix warning
[ghc-hetmet.git] / rts / parallel / GranSim.c
index b1cc096..7f7ad44 100644 (file)
@@ -1,5 +1,5 @@
 /* 
-   Time-stamp: <Tue Mar 06 2001 00:17:42 Stardate: [-30]6285.06 hwloidl>
+   Time-stamp: <2009-07-06 21:48:36 simonmar>
 
    Variables and functions specific to GranSim the parallelism simulator
    for GPH.
 //@node Includes, Prototypes and externs, GranSim specific code, GranSim specific code
 //@subsection Includes
 
+#if defined(GRAN)
+
 #include "Rts.h"
 #include "RtsFlags.h"
 #include "RtsUtils.h"
 #include "StgMiscClosures.h"
 #include "StgTypes.h"
+#include "Storage.h"       // for recordMutable
 #include "Schedule.h"
 #include "SchedAPI.h"       // for pushClosure
 #include "GranSimRts.h"
 #include "ParallelRts.h"
 #include "ParallelDebug.h"
 #include "Sparks.h"
-#include "Storage.h"       // for recordMutable
 
 
 //@node Prototypes and externs, Constants and Variables, Includes, GranSim specific code
 //@subsection Prototypes and externs
 
-#if defined(GRAN)
-
 /* Prototypes */
 static inline PEs      ga_to_proc(StgWord);
 static inline rtsBool  any_idle(void);