Remove unused imports from base
[ghc-base.git] / GHC / IO / Encoding / Types.hs
index 4d267aa..bac4af2 100644 (file)
@@ -22,7 +22,7 @@ module GHC.IO.Encoding.Types (
 
 import GHC.Base
 import GHC.Word
-import GHC.IO
+-- import GHC.IO
 import GHC.IO.Buffer
 
 -- -----------------------------------------------------------------------------