diff options
author | simonpj <unknown> | 2001-11-19 16:34:14 +0000 |
---|---|---|
committer | simonpj <unknown> | 2001-11-19 16:34:14 +0000 |
commit | 53ce311e219dcccf4d205f573c16e23a5c44265e (patch) | |
tree | 6f3882383393aaf5798af8d9223d6c56f514d868 /ghc/compiler/codeGen/CgHeapery.lhs | |
parent | 615a5546467c7864c765adf40706f23be3fa28b6 (diff) | |
download | haskell-53ce311e219dcccf4d205f573c16e23a5c44265e.tar.gz |
[project @ 2001-11-19 16:34:12 by simonpj]
Tidy up imports
Diffstat (limited to 'ghc/compiler/codeGen/CgHeapery.lhs')
-rw-r--r-- | ghc/compiler/codeGen/CgHeapery.lhs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/compiler/codeGen/CgHeapery.lhs b/ghc/compiler/codeGen/CgHeapery.lhs index c85548450e..8c55d5795b 100644 --- a/ghc/compiler/codeGen/CgHeapery.lhs +++ b/ghc/compiler/codeGen/CgHeapery.lhs @@ -1,7 +1,7 @@ % % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % -% $Id: CgHeapery.lhs,v 1.26 2001/11/08 12:50:07 simonmar Exp $ +% $Id: CgHeapery.lhs,v 1.27 2001/11/19 16:34:12 simonpj Exp $ % \section[CgHeapery]{Heap management functions} @@ -31,7 +31,6 @@ import ClosureInfo ( closureSize, closureGoodStuffSize, import PrimRep ( PrimRep(..), isFollowableRep ) import Unique ( Unique ) import CmdLineOpts ( opt_SccProfilingOn, opt_GranMacros ) -import Constants ( bLOCK_SIZE_W ) import GlaExts import Outputable |