X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FUniqFM.lhs;h=2d244259f5e73341b0c8ba3f16c57548677a7a72;hb=4e3255388e8b99ccdae290bfcb6cd666b8c93d4a;hp=18efa0e4c53f782a27eec8210fc2b81ae1a21080;hpb=d32c5227315009f38355fe3233f0f4e5b1f61dc6;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/UniqFM.lhs b/ghc/compiler/utils/UniqFM.lhs index 18efa0e..2d24425 100644 --- a/ghc/compiler/utils/UniqFM.lhs +++ b/ghc/compiler/utils/UniqFM.lhs @@ -46,8 +46,6 @@ module UniqFM ( #include "HsVersions.h" -import {-# SOURCE #-} Name ( Name ) - import Unique ( Uniquable(..), Unique, getKey#, mkUniqueGrimily ) import Panic import FastTypes