Remove unused imports from base
[ghc-base.git] / GHC / IO / Encoding / UTF8.hs
index 34cca18..5912525 100644 (file)
@@ -27,7 +27,7 @@ module GHC.IO.Encoding.UTF8 (
 import GHC.Base
 import GHC.Real
 import GHC.Num
-import GHC.IO
+-- import GHC.IO
 import GHC.IO.Exception
 import GHC.IO.Buffer
 import GHC.IO.Encoding.Types