aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaweł Kołodziejski2009-02-24 20:55:43 +0000
committerPaweł Kołodziejski2009-02-24 20:55:43 +0000
commit859477c968828f0ff413a9e9fd0635127f20c64f (patch)
treee4498a7fb62b44a19ca799338fc577a5c235d0cc /engines
parent9bb135ac25077c86f9bef03ca51785ed8ff7caae (diff)
downloadscummvm-rg350-859477c968828f0ff413a9e9fd0635127f20c64f.tar.gz
scummvm-rg350-859477c968828f0ff413a9e9fd0635127f20c64f.tar.bz2
scummvm-rg350-859477c968828f0ff413a9e9fd0635127f20c64f.zip
not needed anymore
svn-id: r38856
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/kfile.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sci/engine/kfile.cpp b/engines/sci/engine/kfile.cpp
index 8721fac7af..7638bab28a 100644
--- a/engines/sci/engine/kfile.cpp
+++ b/engines/sci/engine/kfile.cpp
@@ -25,7 +25,6 @@
#ifdef WIN32
# include <direct.h>
-# include <windows.h>
#elif defined (__DC__)
# include <dc.h>
#endif
@@ -42,9 +41,6 @@
#include <errno.h>
#include <sys/stat.h> // for S_IREAD/S_IWRITE
-// FIXME: Get rid of the following (needed for O_RDONLY etc.)
-#include <fcntl.h>
-
#define SCI_INVALID_FD -1
#define IS_VALID_FD(a) ((a) != SCI_INVALID_FD) /* Tests validity of a file descriptor */