From: sof Date: Mon, 5 Jul 1999 18:53:53 +0000 (+0000) Subject: [project @ 1999-07-05 18:53:53 by sof] X-Git-Tag: Approximately_9120_patches~6034 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2455da3a4d8f50e6eb6d033dcfda2c8467bfd8cd;p=ghc-hetmet.git [project @ 1999-07-05 18:53:53 by sof] Remove -#include "RtsAPI.h" - you now get it for free. --- diff --git a/ghc/lib/std/System.lhs b/ghc/lib/std/System.lhs index f61bf96..f09a617 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)