From dc16bca94e04ef05eb9e3618add54bc9e86fef27 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 14 Aug 1998 11:24:01 +0000 Subject: [PATCH] [project @ 1998-08-14 11:24:01 by sof] Import list update --- ghc/compiler/profiling/SCCfinal.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/profiling/SCCfinal.lhs b/ghc/compiler/profiling/SCCfinal.lhs index c848f5f..52d9f8d 100644 --- a/ghc/compiler/profiling/SCCfinal.lhs +++ b/ghc/compiler/profiling/SCCfinal.lhs @@ -37,9 +37,8 @@ import SrcLoc ( noSrcLoc ) import Type ( splitSigmaTy, splitFunTy_maybe ) import UniqSupply ( getUnique, splitUniqSupply, UniqSupply ) import Unique ( Unique ) -import Util ( removeDups, assertPanic ) +import Util ( removeDups, assertPanic, trace ) import Outputable -import GlaExts ( trace ) infixr 9 `thenMM`, `thenMM_` \end{code} -- 1.7.10.4