We seem to use Outputable unconditionally these days
[ghc-hetmet.git] / compiler / ghci / ByteCodeLink.lhs
index 6310c34..939b9b6 100644 (file)
@@ -34,10 +34,7 @@ import Module
 import PackageConfig
 import FastString
 import Panic
-
-#ifdef DEBUG
 import Outputable
-#endif
 
 -- Standard libraries
 import GHC.Word                ( Word(..) )