diff options
Diffstat (limited to 'compiler/GHC/Driver/Pipeline.hs')
-rw-r--r-- | compiler/GHC/Driver/Pipeline.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/GHC/Driver/Pipeline.hs b/compiler/GHC/Driver/Pipeline.hs index b116c30693..d9246ac0f9 100644 --- a/compiler/GHC/Driver/Pipeline.hs +++ b/compiler/GHC/Driver/Pipeline.hs @@ -35,9 +35,7 @@ module GHC.Driver.Pipeline ( linkingNeeded, checkLinkInfo, writeInterfaceOnlyMode ) where -#include <ghcplatform.h> -#include "HsVersions.h" - +#include "ghcplatform.h" import GHC.Prelude import GHC.Platform |