From: simonmar Date: Tue, 18 Dec 2001 12:33:45 +0000 (+0000) Subject: [project @ 2001-12-18 12:33:45 by simonmar] X-Git-Tag: Approximately_9120_patches~372 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=77707f09a43f554e5192adc44f412c254515a872;p=ghc-hetmet.git [project @ 2001-12-18 12:33:45 by simonmar] remove unnecessary #include --- 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"