diff options
Diffstat (limited to 'compiler/GHC/Tc/Errors.hs')
-rw-r--r-- | compiler/GHC/Tc/Errors.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Tc/Errors.hs b/compiler/GHC/Tc/Errors.hs index 40810ee619..e4a9abb3ee 100644 --- a/compiler/GHC/Tc/Errors.hs +++ b/compiler/GHC/Tc/Errors.hs @@ -12,8 +12,6 @@ module GHC.Tc.Errors( solverDepthErrorTcS ) where -#include "HsVersions.h" - import GHC.Prelude import GHC.Tc.Types |