From ab9349b039d2a9c6bd11613faec04aaba66f1225 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 3 Apr 2000 15:52:53 +0000 Subject: [PATCH] [project @ 2000-04-03 15:52:53 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 413bfa8..5446518 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.61 2000/04/03 15:24:21 rrt Exp $ + * $Id: Schedule.c,v 1.62 2000/04/03 15:52:53 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -67,7 +67,6 @@ #include "Printer.h" #include "Main.h" #include "Signals.h" -#include "Profiling.h" #include "Sanity.h" #include "Stats.h" #include "Itimer.h" -- 1.7.10.4