[project @ 2005-02-16 11:16:40 by simonmar]
[ghc-hetmet.git] / ghc / rts / parallel / GranSim.c
index c05a248..b1cc096 100644 (file)
@@ -1,6 +1,5 @@
 /* 
    Time-stamp: <Tue Mar 06 2001 00:17:42 Stardate: [-30]6285.06 hwloidl>
-   $Id: GranSim.c,v 1.4 2001/03/22 03:51:11 hwloidl Exp $
 
    Variables and functions specific to GranSim the parallelism simulator
    for GPH.
@@ -48,7 +47,6 @@
 #include "StgTypes.h"
 #include "Schedule.h"
 #include "SchedAPI.h"       // for pushClosure
-#include "GC.h"
 #include "GranSimRts.h"
 #include "GranSim.h"
 #include "ParallelRts.h"