diff options
author | panne <unknown> | 2000-04-03 19:39:17 +0000 |
---|---|---|
committer | panne <unknown> | 2000-04-03 19:39:17 +0000 |
commit | 6607cefc95a9ab20d32d677978c02897d5d9e20a (patch) | |
tree | eac1a26f60a29cf4549d4a5bad203d2c004d420f | |
parent | 2358748547277698d9e36e290ff4de8f93e37892 (diff) | |
download | haskell-6607cefc95a9ab20d32d677978c02897d5d9e20a.tar.gz |
[project @ 2000-04-03 19:39:17 by panne]
Nuke evil #include
-rw-r--r-- | ghc/rts/Updates.hc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/rts/Updates.hc b/ghc/rts/Updates.hc index 38e69e826d..eaef58c1fa 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 |