Warning fix for unused and redundant imports
[ghc-hetmet.git] / compiler / parser / RdrHsSyn.lhs
index 8eea797..96088f4 100644 (file)
@@ -69,7 +69,6 @@ import OrdList                ( OrdList, fromOL )
 import Bag             ( Bag, emptyBag, snocBag, consBag, foldrBag )
 import Outputable
 import FastString
-import Panic
 
 import List            ( isSuffixOf, nubBy )
 import Monad           ( unless )