From: simonmar Date: Mon, 3 Apr 2000 15:52:53 +0000 (+0000) Subject: [project @ 2000-04-03 15:52:53 by simonmar] X-Git-Tag: Approximately_9120_patches~4855 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ab9349b039d2a9c6bd11613faec04aaba66f1225;p=ghc-hetmet.git [project @ 2000-04-03 15:52:53 by simonmar] Remove unnecessary #include. --- 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"