From: simonpj@microsoft.com Date: Thu, 11 Jan 2007 08:47:02 +0000 (+0000) Subject: Remove redundant import X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5226794f64209d8a150fac41a4f1edb6ed31605d;hp=d34ff7ff372ae76874bb1409f13579ef60076771;p=ghc-hetmet.git Remove redundant import --- diff --git a/compiler/hsSyn/HsDoc.hs b/compiler/hsSyn/HsDoc.hs index 51ef579..3c20762 100644 --- a/compiler/hsSyn/HsDoc.hs +++ b/compiler/hsSyn/HsDoc.hs @@ -8,7 +8,6 @@ module HsDoc ( #include "HsVersions.h" -import RdrName import Outputable import SrcLoc