[project @ 1997-05-19 00:12:10 by sof]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgLetNoEscape.lhs
index 591e775..c3ee85b 100644 (file)
@@ -29,8 +29,9 @@ import CgStackery     ( mkVirtStkOffsets )
 import CgUsages                ( setRealAndVirtualSps, getVirtSps )
 import CLabel          ( mkStdEntryLabel )
 import ClosureInfo     ( mkLFLetNoEscape )
+import CostCentre       ( CostCentre )
 import HeapOffs                ( SYN_IE(VirtualSpBOffset) )
-import Id              ( idPrimRep )
+import Id              ( idPrimRep, SYN_IE(Id) )
 \end{code}
 
 %************************************************************************