diff options
Diffstat (limited to 'compiler/GHC.hs')
-rw-r--r-- | compiler/GHC.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC.hs b/compiler/GHC.hs index 9f64e5b02c..7f37a7537d 100644 --- a/compiler/GHC.hs +++ b/compiler/GHC.hs @@ -296,8 +296,6 @@ module GHC ( * inline bits of GHC.Driver.Main here to simplify layering: hscTcExpr, hscStmt. -} -#include "HsVersions.h" - import GHC.Prelude hiding (init) import GHC.Platform |