From: simonmar Date: Mon, 13 Sep 1999 08:14:51 +0000 (+0000) Subject: [project @ 1999-09-13 08:14:51 by simonmar] X-Git-Tag: Approximately_9120_patches~5821 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1e7f1a4d6c419b8562b7265e33654e871ec4e3aa;p=ghc-hetmet.git [project @ 1999-09-13 08:14:51 by simonmar] oops, back out last change. It was already there. --- diff --git a/ghc/rts/RtsFlags.c b/ghc/rts/RtsFlags.c index 6adb339..88bb758 100644 --- a/ghc/rts/RtsFlags.c +++ b/ghc/rts/RtsFlags.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.c,v 1.17 1999/09/13 08:14:00 simonmar Exp $ + * $Id: RtsFlags.c,v 1.18 1999/09/13 08:14:51 simonmar Exp $ * * (c) The AQUA Project, Glasgow University, 1994-1997 * (c) The GHC Team, 1998-1999 @@ -13,7 +13,6 @@ #include "RtsUtils.h" #include "BlockAlloc.h" #include "ProfRts.h" -#include "Itimer.h" #if defined(PROFILING) #include "Itimer.h"