From 6607cefc95a9ab20d32d677978c02897d5d9e20a Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 3 Apr 2000 19:39:17 +0000 Subject: [PATCH] [project @ 2000-04-03 19:39:17 by panne] Nuke evil #include --- ghc/rts/Updates.hc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.7.10.4