From: sewardj Date: Tue, 19 Dec 2000 16:38:15 +0000 (+0000) Subject: [project @ 2000-12-19 16:38:15 by sewardj] X-Git-Tag: Approximately_9120_patches~3046 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d1d8706d2ebfb8898ba86977420b89b9854d5213;p=ghc-hetmet.git [project @ 2000-12-19 16:38:15 by sewardj] Evaluator.h ---> Interpreter.h --- diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 732d339..d8491ae 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.84 2000/12/14 15:19:48 sewardj Exp $ + * $Id: Schedule.c,v 1.85 2000/12/19 16:38:15 sewardj Exp $ * * (c) The GHC Team, 1998-2000 * @@ -62,7 +62,7 @@ #include "Schedule.h" #include "StgMiscClosures.h" #include "Storage.h" -#include "Evaluator.h" +#include "Interpreter.h" #include "Exception.h" #include "Printer.h" #include "Main.h"