From: simonmar Date: Fri, 17 Aug 2001 11:08:01 +0000 (+0000) Subject: [project @ 2001-08-17 11:08:01 by simonmar] X-Git-Tag: Approximately_9120_patches~1201 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=432ec49f1fbaefc54f03bc3378f63fbd1e75d44b;p=ghc-hetmet.git [project @ 2001-08-17 11:08:01 by simonmar] don't include here, HsStd.h is the right place. --- diff --git a/ghc/lib/std/PrelIO.hsc b/ghc/lib/std/PrelIO.hsc index 83813b1..eb7d849 100644 --- a/ghc/lib/std/PrelIO.hsc +++ b/ghc/lib/std/PrelIO.hsc @@ -3,7 +3,7 @@ #undef DEBUG_DUMP -- ----------------------------------------------------------------------------- --- $Id: PrelIO.hsc,v 1.9 2001/08/05 00:24:10 ken Exp $ +-- $Id: PrelIO.hsc,v 1.10 2001/08/17 11:08:01 simonmar Exp $ -- -- (c) The University of Glasgow, 1992-2001 -- @@ -18,7 +18,6 @@ module PrelIO where #include "HsStd.h" #include "PrelHandle_hsc.h" -#include import PrelBase