Another round of External Core fixes
[ghc-hetmet.git] / compiler / main / HscTypes.lhs
index 07c7568..ffb66ee 100644 (file)
@@ -112,7 +112,7 @@ import BreakArray
 import SrcLoc          ( SrcSpan, Located )
 import LazyUniqFM              ( lookupUFM, eltsUFM, emptyUFM )
 import UniqSupply      ( UniqSupply )
-import FastString      ( FastString )
+import FastString
 import StringBuffer    ( StringBuffer )
 
 import System.FilePath
@@ -629,9 +629,6 @@ data ForeignStubs = NoStubs
                                        --      "foreign exported" functions
                        SDoc            -- C stubs to use when calling
                                         --     "foreign exported" functions
-                       [FastString]    -- Headers that need to be included
-                                       --      into C code generated for this module
-
 \end{code}
 
 \begin{code}