From 77707f09a43f554e5192adc44f412c254515a872 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 18 Dec 2001 12:33:45 +0000 Subject: [PATCH] [project @ 2001-12-18 12:33:45 by simonmar] remove unnecessary #include --- ghc/rts/Schedule.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 64ac585..758bcc9 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -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" -- 1.7.10.4