Remove unused imports from base
[ghc-base.git] / GHC / IO / Encoding.hs
index cf1584e..bb976e3 100644 (file)
@@ -24,7 +24,7 @@ module GHC.IO.Encoding (
   ) where
 
 import GHC.Base
-import GHC.IO
+--import GHC.IO
 import GHC.IO.Buffer
 import GHC.IO.Encoding.Types
 import GHC.Word