aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */