diff options
Diffstat (limited to 'compiler/GHC/Stg/Syntax.hs')
-rw-r--r-- | compiler/GHC/Stg/Syntax.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Stg/Syntax.hs b/compiler/GHC/Stg/Syntax.hs index 50fdea3dce..6728a3fc87 100644 --- a/compiler/GHC/Stg/Syntax.hs +++ b/compiler/GHC/Stg/Syntax.hs @@ -65,8 +65,6 @@ module GHC.Stg.Syntax ( pprGenStgTopBindings, pprStgTopBindings ) where -#include "HsVersions.h" - import GHC.Prelude import GHC.Core ( AltCon ) |