Do not #include external header files when compiling via C
[ghc-hetmet.git] / compiler / main / HscTypes.lhs
index ec87262..ffb66ee 100644 (file)
@@ -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}