[project @ 1996-04-08 16:15:43 by partain]
[ghc-hetmet.git] / ghc / compiler / profiling / SCCauto.lhs
index eb8f143..6f6b12b 100644 (file)
@@ -23,9 +23,9 @@ import CmdLineOpts    ( opt_AutoSccsOnAllToplevs,
                          opt_SccGroup
                        )
 import CoreSyn
-import Id              ( isTopLevId, GenId{-instances-} )
-import Outputable      ( isExported )
 import CostCentre      ( mkAutoCC, IsCafCC(..) )
+import Id              ( isTopLevId, GenId{-instances-} )
+import Name            ( isExported )
 \end{code}
 
 \begin{code}