From 2a95d80f33bae9298b830fdbb2c6314fd491e8a1 Mon Sep 17 00:00:00 2001 From: sewardj <unknown> Date: Thu, 6 Dec 2001 10:00:01 +0000 Subject: [PATCH] [project @ 2001-12-06 10:00:01 by sewardj] Remove mention of PrimOpHelpers.h. --- ghc/includes/Stg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/includes/Stg.h b/ghc/includes/Stg.h index f2140ca1065c..4597a5a55e04 100644 --- a/ghc/includes/Stg.h +++ b/ghc/includes/Stg.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stg.h,v 1.43 2001/12/05 17:35:14 sewardj Exp $ + * $Id: Stg.h,v 1.44 2001/12/06 10:00:01 sewardj Exp $ * * (c) The GHC Team, 1998-1999 * @@ -217,7 +217,6 @@ typedef StgWord64 LW_; #include "StgTicky.h" #include "CCall.h" #include "Stable.h" -#include "PrimOpHelpers.h" /* Built-in entry points */ #include "StgMiscClosures.h" -- GitLab