From 651aa871b2fa8935721d9b0f54c4502dc33ff808 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 9 May 2000 17:38:19 +0000 Subject: [PATCH] [project @ 2000-05-09 17:38:19 by andy] Removing the duplex #include "Storage.h" --- ghc/interpreter/storage.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/interpreter/storage.c b/ghc/interpreter/storage.c index d8442dc..c773541 100644 --- a/ghc/interpreter/storage.c +++ b/ghc/interpreter/storage.c @@ -9,8 +9,8 @@ * included in the distribution. * * $RCSfile: storage.c,v $ - * $Revision: 1.74 $ - * $Date: 2000/05/09 09:11:40 $ + * $Revision: 1.75 $ + * $Date: 2000/05/09 17:38:19 $ * ------------------------------------------------------------------------*/ #include "hugsbasictypes.h" @@ -20,7 +20,6 @@ #include "object.h" #include #include "Stg.h" -#include "Storage.h" /*#define DEBUG_SHOWUSE*/ -- 1.7.10.4