summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Var.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/Var.hs')
-rw-r--r--compiler/GHC/Types/Var.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Types/Var.hs b/compiler/GHC/Types/Var.hs
index f00ad29256..be860ef2c3 100644
--- a/compiler/GHC/Types/Var.hs
+++ b/compiler/GHC/Types/Var.hs
@@ -95,8 +95,6 @@ module GHC.Types.Var (
) where
-#include "HsVersions.h"
-
import GHC.Prelude
import {-# SOURCE #-} GHC.Core.TyCo.Rep( Type, Kind, Mult )