summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Heap/Layout.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Runtime/Heap/Layout.hs')
-rw-r--r--compiler/GHC/Runtime/Heap/Layout.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Runtime/Heap/Layout.hs b/compiler/GHC/Runtime/Heap/Layout.hs
index 3e6f6ed405..db114a6eae 100644
--- a/compiler/GHC/Runtime/Heap/Layout.hs
+++ b/compiler/GHC/Runtime/Heap/Layout.hs
@@ -47,11 +47,11 @@ module GHC.Runtime.Heap.Layout (
import GHC.Prelude
+import GHC.StgToCmm.Types
+
import GHC.Types.Basic( ConTagZ )
-import GHC.Driver.Session
import GHC.Platform
import GHC.Platform.Profile
-import GHC.StgToCmm.Types
import GHC.Utils.Outputable
import GHC.Utils.Panic