Remove unused imports from base
[ghc-base.git] / Control / Monad / ST.hs
index cae255f..4260d0e 100644 (file)
@@ -32,8 +32,6 @@ module Control.Monad.ST
         unsafeSTToIO            -- :: ST s a -> IO a
       ) where
 
-import Prelude
-
 import Control.Monad.Fix
 
 #include "Typeable.h"