summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Arrows.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/HsToCore/Arrows.hs')
-rw-r--r--compiler/GHC/HsToCore/Arrows.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/HsToCore/Arrows.hs b/compiler/GHC/HsToCore/Arrows.hs
index f1dee3f3b4..2c57baeb3e 100644
--- a/compiler/GHC/HsToCore/Arrows.hs
+++ b/compiler/GHC/HsToCore/Arrows.hs
@@ -13,8 +13,6 @@ Desugaring arrow commands
module GHC.HsToCore.Arrows ( dsProcExpr ) where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.HsToCore.Match