[project @ 2002-10-11 14:46:02 by simonpj]
[ghc-hetmet.git] / ghc / compiler / rename / RnNames.lhs
index 5877872..8f0b48c 100644 (file)
@@ -15,11 +15,11 @@ import {-# SOURCE #-} RnHiFiles     ( loadInterface )
 
 import CmdLineOpts     ( DynFlag(..) )
 
-import HsSyn           ( HsDecl(..), IE(..), ieName, ImportDecl(..),
+import HsSyn           ( IE(..), ieName, ImportDecl(..),
                          ForeignDecl(..), HsGroup(..),
                          collectLocatedHsBinders, tyClDeclNames 
                        )
-import RdrHsSyn                ( RdrNameIE, RdrNameImportDecl, RdrNameHsDecl )
+import RdrHsSyn                ( RdrNameIE, RdrNameImportDecl )
 import RnEnv
 import TcRnMonad