summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Instance/Typeable.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Instance/Typeable.hs')
-rw-r--r--compiler/GHC/Tc/Instance/Typeable.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Tc/Instance/Typeable.hs b/compiler/GHC/Tc/Instance/Typeable.hs
index 0de6ec4e78..193ee75009 100644
--- a/compiler/GHC/Tc/Instance/Typeable.hs
+++ b/compiler/GHC/Tc/Instance/Typeable.hs
@@ -10,8 +10,6 @@
module GHC.Tc.Instance.Typeable(mkTypeableBinds, tyConIsTypeable) where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Platform