Make various assertions work when !DEBUG
[ghc-hetmet.git] / compiler / codeGen / CodeGen.lhs
index a53ff49..4221342 100644 (file)
@@ -54,10 +54,7 @@ import OccName
 import TyCon
 import Module
 import ErrUtils
-
-#ifdef DEBUG
 import Panic
-#endif
 \end{code}
 
 \begin{code}