Remove redundant imports of GHC.Err
[ghc-base.git] / GHC / Int.hs
index 3a264ef..81fb95f 100644 (file)
@@ -23,7 +23,6 @@ module GHC.Int (
 
 import Data.Bits
 
-import {-# SOURCE #-} GHC.Err
 import GHC.Base
 import GHC.Enum
 import GHC.Num