diff options
author | simonmar <unknown> | 1999-11-26 16:25:57 +0000 |
---|---|---|
committer | simonmar <unknown> | 1999-11-26 16:25:57 +0000 |
commit | f689ae053903e329575df22990e97c8d5cc54717 (patch) | |
tree | 7050065905a07820dfa15e8acb5da67c53756e37 /ghc/lib/std/cbits/openFile.c | |
parent | cbdbaacb1ea33fde3bbc61cd9615d6b1caccc421 (diff) | |
download | haskell-f689ae053903e329575df22990e97c8d5cc54717.tar.gz |
[project @ 1999-11-26 16:25:55 by simonmar]
Rename error.h to stgerror.h
Diffstat (limited to 'ghc/lib/std/cbits/openFile.c')
-rw-r--r-- | ghc/lib/std/cbits/openFile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/lib/std/cbits/openFile.c b/ghc/lib/std/cbits/openFile.c index d1b0d6d53e..90ae2d8d95 100644 --- a/ghc/lib/std/cbits/openFile.c +++ b/ghc/lib/std/cbits/openFile.c @@ -1,7 +1,7 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: openFile.c,v 1.11 1999/11/25 16:54:14 simonmar Exp $ + * $Id: openFile.c,v 1.12 1999/11/26 16:25:56 simonmar Exp $ * * openFile Runtime Support */ @@ -11,7 +11,6 @@ #include "Rts.h" #include "stgio.h" -#include "fileObject.h" #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> |