X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FSignals.c;h=4d76b11c29a7412f2a3802fed83cd19d914bc241;hb=423d477bfecd490de1449c59325c8776f91d7aac;hp=ced711f223f8944531dcc802ea3138e2039ace8c;hpb=553e90d9a32ee1b1809430f260c401cc4169c6c7;p=ghc-hetmet.git diff --git a/ghc/rts/Signals.c b/ghc/rts/Signals.c index ced711f..4d76b11 100644 --- a/ghc/rts/Signals.c +++ b/ghc/rts/Signals.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Signals.c,v 1.40 2003/10/31 23:24:47 sof Exp $ + * $Id: Signals.c,v 1.41 2004/08/13 13:10:44 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -16,7 +16,6 @@ #include "Signals.h" #include "RtsUtils.h" #include "RtsFlags.h" -#include "StablePriv.h" #ifdef alpha_TARGET_ARCH # if defined(linux_TARGET_OS)