From: simonpj Date: Thu, 7 Sep 2000 16:29:36 +0000 (+0000) Subject: [project @ 2000-09-07 16:29:36 by simonpj] X-Git-Tag: Approximately_9120_patches~3770 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0f70a20e72649fca8c9264b9054db83a56b4242f;p=ghc-hetmet.git [project @ 2000-09-07 16:29:36 by simonpj] Omit unnecessary import --- 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