diff options
Diffstat (limited to 'compiler/GHC/Driver/Backpack.hs')
-rw-r--r-- | compiler/GHC/Driver/Backpack.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Driver/Backpack.hs b/compiler/GHC/Driver/Backpack.hs index e0e5b183ab..873e7867c2 100644 --- a/compiler/GHC/Driver/Backpack.hs +++ b/compiler/GHC/Driver/Backpack.hs @@ -17,8 +17,6 @@ module GHC.Driver.Backpack (doBackpack) where -#include "HsVersions.h" - import GHC.Prelude -- In a separate module because it hooks into the parser. |