remove unused imports
authorSimon Marlow <simonmar@microsoft.com>
Fri, 20 Apr 2007 10:55:48 +0000 (10:55 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 20 Apr 2007 10:55:48 +0000 (10:55 +0000)
compiler/typecheck/TcRnMonad.lhs

index 56f073f..7928289 100644 (file)
@@ -14,14 +14,6 @@ module TcRnMonad(
 import TcRnTypes       -- Re-export all
 import IOEnv           -- Re-export all
 
-#if defined(GHCI)
-import TypeRep
-import IdInfo
-import TysWiredIn
-import PrelNames
-import {-#SOURCE#-} TcEnv
-#endif
-
 import HsSyn hiding (LIE)
 import HscTypes
 import Module