[project @ 2001-12-18 12:33:45 by simonmar]
authorsimonmar <unknown>
Tue, 18 Dec 2001 12:33:45 +0000 (12:33 +0000)
committersimonmar <unknown>
Tue, 18 Dec 2001 12:33:45 +0000 (12:33 +0000)
remove unnecessary #include

ghc/rts/Schedule.c

index 64ac585..758bcc9 100644 (file)
@@ -1,5 +1,5 @@
 /* ---------------------------------------------------------------------------
- * $Id: Schedule.c,v 1.109 2001/12/07 20:57:53 sof Exp $
+ * $Id: Schedule.c,v 1.110 2001/12/18 12:33:45 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -98,7 +98,6 @@
 #ifdef PROFILING
 #include "Proftimer.h"
 #include "ProfHeap.h"
-#include "RetainerProfile.h"
 #endif
 #if defined(GRAN) || defined(PAR)
 # include "GranSimRts.h"