[project @ 2003-12-30 16:29:17 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsSyn.lhs
index 96379a5..ed04dff 100644 (file)
@@ -39,9 +39,8 @@ import HsUtils
 -- others:
 import IfaceSyn                ( IfaceBinding )
 import Outputable
-import SrcLoc          ( Located(..), unLoc, noLoc )
+import SrcLoc          ( Located(..) )
 import Module          ( Module )
-import Bag             ( Bag, foldrBag )
 \end{code}
 
 All we actually declare here is the top-level structure for a module.