summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/FastMutInt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Data/FastMutInt.hs')
-rw-r--r--compiler/GHC/Data/FastMutInt.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Data/FastMutInt.hs b/compiler/GHC/Data/FastMutInt.hs
index e2e3a50601..3b78966577 100644
--- a/compiler/GHC/Data/FastMutInt.hs
+++ b/compiler/GHC/Data/FastMutInt.hs
@@ -15,7 +15,6 @@ module GHC.Data.FastMutInt(
import GHC.Prelude
-import Data.Bits
import GHC.Base
data FastMutInt = FastMutInt !(MutableByteArray# RealWorld)