[project @ 1996-04-08 16:15:43 by partain]
[ghc-hetmet.git] / ghc / compiler / profiling / CostCentre.lhs
index f60cff3..4253749 100644 (file)
@@ -27,17 +27,18 @@ module CostCentre (
        cmpCostCentre   -- used for removing dups in a list
     ) where
 
+import Ubiq{-uitous-}
+
 import Id              ( externallyVisibleId, GenId, Id(..) )
 import CStrings                ( identToC, stringToC )
 import Maybes          ( Maybe(..) )
-import Name            ( showRdr, RdrName )
-import Outputable
+import Name            ( showRdr, getOccName, RdrName )
 import Pretty          ( ppShow, prettyToUn )
 import PprStyle                ( PprStyle(..) )
 import UniqSet
 import Unpretty
 import Util
-import Ubiq
+
 showId = panic "Whoops"
 pprIdInUnfolding = panic "Whoops"
 \end{code}