diff options
Diffstat (limited to 'compiler/GHC/Stg/Pipeline.hs')
-rw-r--r-- | compiler/GHC/Stg/Pipeline.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Stg/Pipeline.hs b/compiler/GHC/Stg/Pipeline.hs index d9f1342b66..8c57ad7577 100644 --- a/compiler/GHC/Stg/Pipeline.hs +++ b/compiler/GHC/Stg/Pipeline.hs @@ -11,8 +11,6 @@ module GHC.Stg.Pipeline ( stg2stg ) where -#include "HsVersions.h" - import GHC.Prelude import GHC.Stg.Syntax |