From: simonmar Date: Fri, 25 Nov 2005 13:56:16 +0000 (+0000) Subject: [project @ 2005-11-25 13:56:16 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~9 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=fd52f706df13955f936dbaf939d147ae734e00f4;p=ghc-hetmet.git [project @ 2005-11-25 13:56:16 by simonmar] oops, undo previous (SMP.h is already included) --- diff --git a/ghc/includes/Rts.h b/ghc/includes/Rts.h index e9adbb4..ebc2f23 100644 --- a/ghc/includes/Rts.h +++ b/ghc/includes/Rts.h @@ -84,9 +84,6 @@ extern void _assertFail (char *, unsigned int); /* Global constaints */ #include "Constants.h" -/* SMP definitions */ -#include "SMP.h" - /* Profiling information */ #include "StgProf.h" #include "StgLdvProf.h"