[project @ 2000-07-11 16:24:57 by simonmar]
[ghc-hetmet.git] / ghc / compiler / simplCore / LiberateCase.lhs
index f70b692..bd9bac2 100644 (file)
@@ -15,8 +15,6 @@ import CoreUnfold     ( couldBeSmallEnoughToInline )
 import Var             ( Id )
 import VarEnv
 import Maybes
-import Outputable
-import Util
 \end{code}
 
 This module walks over @Core@, and looks for @case@ on free variables.