summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/CmdLine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/CmdLine.hs')
-rw-r--r--compiler/GHC/Driver/CmdLine.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Driver/CmdLine.hs b/compiler/GHC/Driver/CmdLine.hs
index 1283723e05..56451ec199 100644
--- a/compiler/GHC/Driver/CmdLine.hs
+++ b/compiler/GHC/Driver/CmdLine.hs
@@ -23,8 +23,6 @@ module GHC.Driver.CmdLine
EwM, runEwM, addErr, addWarn, addFlagWarn, getArg, getCurLoc, liftEwM
) where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Utils.Misc