summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Closure.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/StgToCmm/Closure.hs')
-rw-r--r--compiler/GHC/StgToCmm/Closure.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/StgToCmm/Closure.hs b/compiler/GHC/StgToCmm/Closure.hs
index f3619413a8..bbfcdd9811 100644
--- a/compiler/GHC/StgToCmm/Closure.hs
+++ b/compiler/GHC/StgToCmm/Closure.hs
@@ -68,8 +68,6 @@ module GHC.StgToCmm.Closure (
staticClosureNeedsLink,
) where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Platform
import GHC.Platform.Profile