[project @ 2003-07-29 12:03:13 by ross]
[ghc-base.git] / Foreign / C / Error.hs
index c6106e0..33a7bfd 100644 (file)
@@ -107,7 +107,6 @@ import Foreign.Marshal.Error        ( void )
 import Data.Maybe
 
 #if __GLASGOW_HASKELL__
-import GHC.Storable
 import GHC.IOBase
 import GHC.Num
 import GHC.Base
@@ -120,9 +119,6 @@ import System.IO.Unsafe             ( unsafePerformIO )
 {-# CBITS errno.c #-}
 #endif
 
-#ifdef __NHC__
-import NHC.FFI                 ( CInt(..) )
-#endif
 
 -- "errno" type
 -- ------------