summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Module.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Rename/Module.hs')
-rw-r--r--compiler/GHC/Rename/Module.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Rename/Module.hs b/compiler/GHC/Rename/Module.hs
index 1a5fcedf8f..0e536b7461 100644
--- a/compiler/GHC/Rename/Module.hs
+++ b/compiler/GHC/Rename/Module.hs
@@ -16,8 +16,6 @@ module GHC.Rename.Module (
rnSrcDecls, addTcgDUs, findSplice
) where
-#include "HsVersions.h"
-
import GHC.Prelude
import {-# SOURCE #-} GHC.Rename.Expr( rnLExpr )