[project @ 2000-04-03 19:39:17 by panne]
authorpanne <unknown>
Mon, 3 Apr 2000 19:39:17 +0000 (19:39 +0000)
committerpanne <unknown>
Mon, 3 Apr 2000 19:39:17 +0000 (19:39 +0000)
Nuke evil #include

ghc/rts/Updates.hc

index 38e69e8..eaef58c 100644 (file)
@@ -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