summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/BlockId.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Cmm/BlockId.hs')
-rw-r--r--compiler/GHC/Cmm/BlockId.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/GHC/Cmm/BlockId.hs b/compiler/GHC/Cmm/BlockId.hs
index f7f369551b..e458c29902 100644
--- a/compiler/GHC/Cmm/BlockId.hs
+++ b/compiler/GHC/Cmm/BlockId.hs
@@ -11,10 +11,10 @@ module GHC.Cmm.BlockId
import GhcPrelude
import GHC.Cmm.CLabel
-import IdInfo
-import Name
-import Unique
-import UniqSupply
+import GHC.Types.Id.Info
+import GHC.Types.Name
+import GHC.Types.Unique
+import GHC.Types.Unique.Supply
import GHC.Cmm.Dataflow.Label (Label, mkHooplLabel)