[project @ 1997-05-26 02:14:40 by sof]
[ghc-hetmet.git] / ghc / compiler / profiling / SCCfinal.lhs
index 2e987d6..dbf31b0 100644 (file)
@@ -37,12 +37,12 @@ import CmdLineOpts  ( opt_AutoSccsOnIndividualCafs,
 import CostCentre      -- lots of things
 import Id              ( idType, mkSysLocal, emptyIdSet, SYN_IE(Id) )
 import Maybes          ( maybeToBool )
-import PprStyle                -- ToDo: rm
 import SrcLoc          ( noSrcLoc )
 import Type            ( splitSigmaTy, getFunTy_maybe )
 import UniqSupply      ( getUnique, splitUniqSupply, UniqSupply )
 import Unique           ( Unique )
 import Util            ( removeDups, assertPanic )
+import Outputable      -- ToDo: rm
 
 infixr 9 `thenMM`, `thenMM_`
 \end{code}