Remove redundant imports of GHC.Err
[ghc-base.git] / GHC / Word.hs
index 492e332..a2edfe8 100644 (file)
@@ -26,7 +26,6 @@ module GHC.Word (
 
 import Data.Bits
 
-import {-# SOURCE #-} GHC.Err
 import GHC.Base
 import GHC.Enum
 import GHC.Num