[Git][ghc/ghc][master] compiler: Remove unused `containers.h` include
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Mon Jul 24 20:49:33 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
02e6a6ce by Matthew Pickering at 2023-07-24T16:49:00-04:00
compiler: Remove unused `containers.h` include
Fixes #23712
- - - - -
9 changed files:
- compiler/GHC/Data/Word64Map.hs
- compiler/GHC/Data/Word64Map/Internal.hs
- compiler/GHC/Data/Word64Map/Lazy.hs
- compiler/GHC/Data/Word64Map/Strict.hs
- compiler/GHC/Data/Word64Map/Strict/Internal.hs
- compiler/GHC/Data/Word64Set.hs
- compiler/GHC/Data/Word64Set/Internal.hs
- compiler/GHC/Utils/Containers/Internal/BitUtil.hs
- compiler/GHC/Utils/Containers/Internal/StrictPair.hs
Changes:
=====================================
compiler/GHC/Data/Word64Map.hs
=====================================
@@ -8,7 +8,6 @@
{-# LANGUAGE MonoLocalBinds #-}
#endif
-#include "containers.h"
-----------------------------------------------------------------------------
-- |
=====================================
compiler/GHC/Data/Word64Map/Internal.hs
=====================================
@@ -14,7 +14,6 @@
{-# OPTIONS_HADDOCK not-home #-}
{-# OPTIONS_GHC -fno-warn-incomplete-uni-patterns #-}
-#include "containers.h"
-----------------------------------------------------------------------------
-- |
=====================================
compiler/GHC/Data/Word64Map/Lazy.hs
=====================================
@@ -3,7 +3,6 @@
{-# LANGUAGE Safe #-}
#endif
-#include "containers.h"
-----------------------------------------------------------------------------
-- |
=====================================
compiler/GHC/Data/Word64Map/Strict.hs
=====================================
@@ -4,8 +4,6 @@
{-# LANGUAGE Trustworthy #-}
#endif
-#include "containers.h"
-
-----------------------------------------------------------------------------
-- |
-- Module : Data.Word64Map.Strict
=====================================
compiler/GHC/Data/Word64Map/Strict/Internal.hs
=====================================
@@ -4,8 +4,6 @@
{-# OPTIONS_GHC -fno-warn-incomplete-uni-patterns #-}
-#include "containers.h"
-
-----------------------------------------------------------------------------
-- |
-- Module : Data.Word64Map.Strict.Internal
=====================================
compiler/GHC/Data/Word64Set.hs
=====================================
@@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif
-#include "containers.h"
-
-----------------------------------------------------------------------------
-- |
-- Module : Data.Word64Set
=====================================
compiler/GHC/Data/Word64Set/Internal.hs
=====================================
@@ -12,8 +12,6 @@
{-# OPTIONS_HADDOCK not-home #-}
-#include "containers.h"
-
-----------------------------------------------------------------------------
-- |
-- Module : Data.Word64Set.Internal
=====================================
compiler/GHC/Utils/Containers/Internal/BitUtil.hs
=====================================
@@ -6,8 +6,6 @@
{-# LANGUAGE Safe #-}
#endif
-#include "containers.h"
-
-----------------------------------------------------------------------------
-- |
-- Module : Utils.Containers.Internal.BitUtil
=====================================
compiler/GHC/Utils/Containers/Internal/StrictPair.hs
=====================================
@@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif
-#include "containers.h"
-
-- | A strict pair
module GHC.Utils.Containers.Internal.StrictPair (StrictPair(..), toPair) where
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/02e6a6ceac761d62ed30817b9525d952bca599ac
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/02e6a6ceac761d62ed30817b9525d952bca599ac
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230724/d90cec4d/attachment-0001.html>
More information about the ghc-commits
mailing list