summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/StgToCmm.hs')
-rw-r--r--compiler/GHC/StgToCmm.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/StgToCmm.hs b/compiler/GHC/StgToCmm.hs
index 04d76eeb9b..20bde7c3bd 100644
--- a/compiler/GHC/StgToCmm.hs
+++ b/compiler/GHC/StgToCmm.hs
@@ -13,8 +13,6 @@
module GHC.StgToCmm ( codeGen ) where
-#include "HsVersions.h"
-
import GHC.Prelude as Prelude
import GHC.Driver.Backend