summaryrefslogtreecommitdiff
path: root/ghc/lib/std/cbits/openFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/lib/std/cbits/openFile.c')
-rw-r--r--ghc/lib/std/cbits/openFile.c3
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>