[project @ 2001-03-08 12:07:38 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / FieldLabel.lhs
index 50a6687..b388d37 100644 (file)
@@ -16,9 +16,8 @@ module FieldLabel(
 
 #include "HsVersions.h"
 
-import {-# SOURCE #-}  TypeRep( Type ) -- FieldLabel is compiled very early
-import {-# SOURCE #-}  TyCon( TyCon )  -- FieldLabel is compiled very early
-
+import Type( Type )
+import TyCon( TyCon )
 import Name            ( Name{-instance Eq/Outputable-}, NamedThing(..), nameUnique )
 import Outputable
 import Unique           ( Uniquable(..) )