diff options
Diffstat (limited to 'compiler/GHC/Stg/Unarise.hs')
-rw-r--r-- | compiler/GHC/Stg/Unarise.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Stg/Unarise.hs b/compiler/GHC/Stg/Unarise.hs index 4a4fef1402..014d3807a1 100644 --- a/compiler/GHC/Stg/Unarise.hs +++ b/compiler/GHC/Stg/Unarise.hs @@ -241,8 +241,6 @@ STG programs after unarisation have these invariants: module GHC.Stg.Unarise (unarise) where -#include "HsVersions.h" - import GHC.Prelude import GHC.Types.Basic |