From: simonmar Date: Fri, 14 Jul 2000 13:28:35 +0000 (+0000) Subject: [project @ 2000-07-14 13:28:35 by simonmar] X-Git-Tag: Approximately_9120_patches~4012 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ce492e0a23aa9741a629e5576547bd28e3c25c90;p=ghc-hetmet.git [project @ 2000-07-14 13:28:35 by simonmar] remove unused #include "gmp.h" --- diff --git a/ghc/rts/Storage.c b/ghc/rts/Storage.c index b723f21..c903d3f 100644 --- a/ghc/rts/Storage.c +++ b/ghc/rts/Storage.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Storage.c,v 1.25 2000/04/26 11:54:28 simonmar Exp $ + * $Id: Storage.c,v 1.26 2000/07/14 13:28:35 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -14,7 +14,6 @@ #include "Hooks.h" #include "BlockAlloc.h" #include "MBlock.h" -#include "gmp.h" #include "Weak.h" #include "Sanity.h"