[project @ 2003-07-29 12:03:13 by ross]
[ghc-base.git] / Foreign / C / Error.hs
index 613dd1a..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,6 +119,7 @@ import System.IO.Unsafe             ( unsafePerformIO )
 {-# CBITS errno.c #-}
 #endif
 
+
 -- "errno" type
 -- ------------