From: sewardj Date: Wed, 6 Dec 2000 16:15:23 +0000 (+0000) Subject: [project @ 2000-12-06 16:15:23 by sewardj] X-Git-Tag: Approximately_9120_patches~3192 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e1e233a7bd8b7c6772bae6b7174eadc32290e063;p=ghc-hetmet.git [project @ 2000-12-06 16:15:23 by sewardj] import wibble --- diff --git a/ghc/compiler/simplStg/SRT.lhs b/ghc/compiler/simplStg/SRT.lhs index 1adf5ff..4989c3f 100644 --- a/ghc/compiler/simplStg/SRT.lhs +++ b/ghc/compiler/simplStg/SRT.lhs @@ -16,10 +16,10 @@ import StgSyn import UniqFM import UniqSet +import Panic #ifdef DEBUG import Outputable -import Panic #endif \end{code}