fix validate on Windows
[ghc-hetmet.git] / compiler / coreSyn / CoreArity.lhs
index 0d1b394..2dfed49 100644 (file)
@@ -22,9 +22,6 @@ import CoreSubst ( Subst, substBndr, substBndrs, substExpr
                         , mkEmptySubst, isEmptySubst )
 import Var
 import VarEnv
-#if mingw32_TARGET_OS
-import Packages
-#endif
 import Id
 import Type
 import Coercion