Warning fix for unused and redundant imports
[ghc-hetmet.git] / compiler / deSugar / Check.lhs
index a81123e..b8c61aa 100644 (file)
@@ -11,7 +11,6 @@ module Check ( check , ExhaustivePat ) where
 
 import HsSyn           
 import TcHsSyn
-import TcType
 import DsUtils
 import MatchLit
 import Id