summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Unit.hs')
-rw-r--r--compiler/GHC/Unit.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/GHC/Unit.hs b/compiler/GHC/Unit.hs
index 593e94fa38..2c33314429 100644
--- a/compiler/GHC/Unit.hs
+++ b/compiler/GHC/Unit.hs
@@ -17,8 +17,7 @@ import GHC.Unit.Info
import GHC.Unit.Parser
import GHC.Unit.Module
import GHC.Unit.Home
--- source import to avoid DynFlags import loops
-import {-# SOURCE #-} GHC.Unit.State
+import GHC.Unit.State
{-