From 0f70a20e72649fca8c9264b9054db83a56b4242f Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 7 Sep 2000 16:29:36 +0000 Subject: [PATCH] [project @ 2000-09-07 16:29:36 by simonpj] Omit unnecessary import --- ghc/compiler/stranal/WwLib.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/stranal/WwLib.lhs b/ghc/compiler/stranal/WwLib.lhs index f156430..58800cd 100644 --- a/ghc/compiler/stranal/WwLib.lhs +++ b/ghc/compiler/stranal/WwLib.lhs @@ -12,7 +12,7 @@ module WwLib ( #include "HsVersions.h" import CoreSyn -import CoreUtils ( exprType, mkInlineMe ) +import CoreUtils ( exprType ) import Id ( Id, idType, mkSysLocal, idDemandInfo, setIdDemandInfo, isOneShotLambda, setOneShotLambda, mkWildId, setIdInfo -- 1.7.10.4