From: sewardj Date: Mon, 13 Mar 2000 14:11:14 +0000 (+0000) Subject: [project @ 2000-03-13 14:11:14 by sewardj] X-Git-Tag: Approximately_9120_patches~4999 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=505ccf8c799eb2774790e2d1ed0880dbbb8eea70;p=ghc-hetmet.git [project @ 2000-03-13 14:11:14 by sewardj] #include wibbles. --- diff --git a/ghc/interpreter/subst.c b/ghc/interpreter/subst.c index 39df63c..110d4e6 100644 --- a/ghc/interpreter/subst.c +++ b/ghc/interpreter/subst.c @@ -10,15 +10,14 @@ * included in the distribution. * * $RCSfile: subst.c,v $ - * $Revision: 1.14 $ - * $Date: 2000/03/13 11:37:17 $ + * $Revision: 1.15 $ + * $Date: 2000/03/13 14:11:14 $ * ------------------------------------------------------------------------*/ #include "prelude.h" #include "storage.h" #include "connect.h" #include "errors.h" -#include "link.h" /*#define DEBUG_TYPES*/ diff --git a/ghc/interpreter/translate.c b/ghc/interpreter/translate.c index a6935cb..f8863d4 100644 --- a/ghc/interpreter/translate.c +++ b/ghc/interpreter/translate.c @@ -10,15 +10,14 @@ * included in the distribution. * * $RCSfile: translate.c,v $ - * $Revision: 1.28 $ - * $Date: 2000/03/13 11:37:17 $ + * $Revision: 1.29 $ + * $Date: 2000/03/13 14:11:14 $ * ------------------------------------------------------------------------*/ #include "prelude.h" #include "storage.h" #include "connect.h" #include "errors.h" -#include "link.h" #include "Assembler.h"