summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Solver/Monad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Solver/Monad.hs')
-rw-r--r--compiler/GHC/Tc/Solver/Monad.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Tc/Solver/Monad.hs b/compiler/GHC/Tc/Solver/Monad.hs
index cf116996d5..3428e811ad 100644
--- a/compiler/GHC/Tc/Solver/Monad.hs
+++ b/compiler/GHC/Tc/Solver/Monad.hs
@@ -133,8 +133,6 @@ module GHC.Tc.Solver.Monad (
breakTyVarCycle, rewriterView
) where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Driver.Env