Remove unused imports from base
[ghc-base.git] / Foreign / ForeignPtr.hs
index 9edd436..7fe096e 100644 (file)
@@ -78,7 +78,7 @@ import Foreign.Storable ( Storable(sizeOf) )
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base
-import GHC.IO
+-- import GHC.IO
 import GHC.Num
 import GHC.Err          ( undefined )
 import GHC.ForeignPtr