X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMain.c;h=114b3fc01fdc09c6a4aa7db8c43ad9e27465f995;hb=423d477bfecd490de1449c59325c8776f91d7aac;hp=6029921436b0d6a9fc1deb524c9af5076b4ac8bb;hpb=553e90d9a32ee1b1809430f260c401cc4169c6c7;p=ghc-hetmet.git diff --git a/ghc/rts/Main.c b/ghc/rts/Main.c index 6029921..114b3fc 100644 --- a/ghc/rts/Main.c +++ b/ghc/rts/Main.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Main.c,v 1.40 2003/09/21 22:20:55 wolfgang Exp $ + * $Id: Main.c,v 1.41 2004/08/13 13:10:10 simonmar Exp $ * * (c) The GHC Team 1998-2000 * @@ -23,10 +23,6 @@ # include "Printer.h" /* for printing */ #endif -#ifdef INTERPRETER -# include "Assembler.h" -#endif - #ifdef PAR # include "Parallel.h" # include "ParallelRts.h"