summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Unfold.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Unfold.hs')
-rw-r--r--compiler/GHC/Core/Unfold.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Core/Unfold.hs b/compiler/GHC/Core/Unfold.hs
index 8de84d7a80..c4910e7974 100644
--- a/compiler/GHC/Core/Unfold.hs
+++ b/compiler/GHC/Core/Unfold.hs
@@ -37,8 +37,6 @@ module GHC.Core.Unfold (
calcUnfoldingGuidance
) where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Driver.Session