Remove redundant import
authorsimonpj@microsoft.com <unknown>
Thu, 11 Jan 2007 08:47:02 +0000 (08:47 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 11 Jan 2007 08:47:02 +0000 (08:47 +0000)
compiler/hsSyn/HsDoc.hs

index 51ef579..3c20762 100644 (file)
@@ -8,7 +8,6 @@ module HsDoc (
 
 #include "HsVersions.h"
 
-import RdrName
 import Outputable
 import SrcLoc