From 2455da3a4d8f50e6eb6d033dcfda2c8467bfd8cd Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 5 Jul 1999 18:53:53 +0000
Subject: [PATCH] [project @ 1999-07-05 18:53:53 by sof] Remove -#include
 "RtsAPI.h" - you now get it for free.

---
 ghc/lib/std/System.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/lib/std/System.lhs b/ghc/lib/std/System.lhs
index f61bf9684152..f09a617f15e5 100644
--- a/ghc/lib/std/System.lhs
+++ b/ghc/lib/std/System.lhs
@@ -5,7 +5,7 @@
 \section[System]{Module @System@}
 
 \begin{code}
-{-# OPTIONS -#include "cbits/stgio.h" -#include "RtsAPI.h" #-}
+{-# OPTIONS -#include "cbits/stgio.h" #-}
 module System 
     ( 
       ExitCode(ExitSuccess,ExitFailure)
-- 
GitLab