summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Opt/LiberateCase.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Opt/LiberateCase.hs')
-rw-r--r--compiler/GHC/Core/Opt/LiberateCase.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Core/Opt/LiberateCase.hs b/compiler/GHC/Core/Opt/LiberateCase.hs
index e9140612f0..6efae425f2 100644
--- a/compiler/GHC/Core/Opt/LiberateCase.hs
+++ b/compiler/GHC/Core/Opt/LiberateCase.hs
@@ -7,8 +7,6 @@
{-# LANGUAGE CPP #-}
module GHC.Core.Opt.LiberateCase ( liberateCase ) where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Driver.Session