From 5100993061f3c7ce3ac19005d88f8299bc54b797 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 8 Jan 2011 13:00:47 +0000 Subject: [PATCH] Remove redundant import --- ghc/InteractiveUI.hs | 1 - 1 file changed, 1 deletion(-) 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) -- 1.7.10.4