remove unnecessary -#include options
[ghc-hetmet.git] / compiler / ghci / ObjLink.lhs
index 7981c82..c8a6682 100644 (file)
@@ -9,8 +9,6 @@
 Primarily, this module consists of an interface to the C-land dynamic linker.
 
 \begin{code}
-{-# OPTIONS -#include "Linker.h" #-}
-
 module ObjLink ( 
    initObjLinker,       -- :: IO ()
    loadDLL,             -- :: String -> IO (Maybe String)