Remove redundant imports, now that NoImplicitPrelude does not imply RebindableSyntax
[ghc-base.git] / GHC / ST.lhs
index 7d8e0e2..e3e24bf 100644 (file)
@@ -20,7 +20,6 @@ module GHC.ST where
 
 import GHC.Base
 import GHC.Show
-import GHC.Num
 
 default ()
 \end{code}