From: panne Date: Mon, 3 Apr 2000 19:39:17 +0000 (+0000) Subject: [project @ 2000-04-03 19:39:17 by panne] X-Git-Tag: Approximately_9120_patches~4846 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6607cefc95a9ab20d32d677978c02897d5d9e20a;p=ghc-hetmet.git [project @ 2000-04-03 19:39:17 by panne] Nuke evil #include --- diff --git a/ghc/rts/Updates.hc b/ghc/rts/Updates.hc index 38e69e8..eaef58c 100644 --- a/ghc/rts/Updates.hc +++ b/ghc/rts/Updates.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Updates.hc,v 1.25 2000/01/13 14:34:05 hwloidl Exp $ + * $Id: Updates.hc,v 1.26 2000/04/03 19:39:17 panne Exp $ * * (c) The GHC Team, 1998-1999 * @@ -12,7 +12,6 @@ #include "RtsFlags.h" #include "HeapStackCheck.h" #include "Storage.h" -#include "ProfRts.h" #if defined(GRAN) || defined(PAR) # include "FetchMe.h" #endif