summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/ConLike.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/ConLike.hs')
-rw-r--r--compiler/GHC/Core/ConLike.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Core/ConLike.hs b/compiler/GHC/Core/ConLike.hs
index bbdab332a7..2c2a21d3ab 100644
--- a/compiler/GHC/Core/ConLike.hs
+++ b/compiler/GHC/Core/ConLike.hs
@@ -25,8 +25,6 @@ module GHC.Core.ConLike (
, conLikeHasBuilder
) where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Core.DataCon