From: Ian Lynagh Date: Sat, 8 Jan 2011 13:00:47 +0000 (+0000) Subject: Remove redundant import X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5100993061f3c7ce3ac19005d88f8299bc54b797 Remove redundant import --- diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs index ad46afb..eaf2d2d 100644 --- a/ghc/InteractiveUI.hs +++ b/ghc/InteractiveUI.hs @@ -44,7 +44,6 @@ import Name import SrcLoc -- Other random utilities -import CmdLineParser import Digraph import BasicTypes hiding (isTopLevel) import Panic hiding (showException)