[project @ 2002-09-04 15:52:20 by simonmar]
authorsimonmar <unknown>
Wed, 4 Sep 2002 15:52:20 +0000 (15:52 +0000)
committersimonmar <unknown>
Wed, 4 Sep 2002 15:52:20 +0000 (15:52 +0000)
Remove some unnecessary imports

GHC/Storable.lhs

index f997671..6bd420e 100644 (file)
@@ -48,25 +48,15 @@ module GHC.Storable
        , writeWord32OffPtr   
        , writeWord64OffPtr   
         ) where
-\end{code}
-
-\begin{code}
-import Control.Monad           ( liftM )
-import Foreign.C.Types
-import Foreign.C.TypesISO
 
-#ifdef __GLASGOW_HASKELL__
 import GHC.Stable      ( StablePtr )
-import GHC.Num
 import GHC.Int
 import GHC.Word
 import GHC.Stable
 import GHC.Ptr
 import GHC.Float
-import GHC.Err
 import GHC.IOBase
 import GHC.Base
-#endif
 \end{code}
 
 Helper functions for Foreign.Storable