diff --git a/ghc/rts/Storage.c b/ghc/rts/Storage.c index b723f21f62a21106352c758e5e550e5cf1f53963..c903d3f90dff5a01a1c9ce011c52d6a54fb0d498 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"