From ce492e0a23aa9741a629e5576547bd28e3c25c90 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 14 Jul 2000 13:28:35 +0000 Subject: [PATCH] [project @ 2000-07-14 13:28:35 by simonmar] remove unused #include "gmp.h" --- ghc/rts/Storage.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 1.7.10.4