diff options
Diffstat (limited to 'compiler/GHC/HsToCore/Pmc/Desugar.hs')
-rw-r--r-- | compiler/GHC/HsToCore/Pmc/Desugar.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/HsToCore/Pmc/Desugar.hs b/compiler/GHC/HsToCore/Pmc/Desugar.hs index 7d7ea92071..5b0662cdd3 100644 --- a/compiler/GHC/HsToCore/Pmc/Desugar.hs +++ b/compiler/GHC/HsToCore/Pmc/Desugar.hs @@ -13,8 +13,6 @@ module GHC.HsToCore.Pmc.Desugar ( desugarPatBind, desugarGRHSs, desugarMatches, desugarEmptyCase ) where -#include "HsVersions.h" - import GHC.Prelude import GHC.HsToCore.Pmc.Types |