From fd52f706df13955f936dbaf939d147ae734e00f4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 25 Nov 2005 13:56:16 +0000 Subject: [PATCH] [project @ 2005-11-25 13:56:16 by simonmar] oops, undo previous (SMP.h is already included) --- ghc/includes/Rts.h | 3 --- 1 file changed, 3 deletions(-) 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" -- 1.7.10.4