diff options
author | Paweł Kołodziejski | 2009-02-24 20:55:43 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2009-02-24 20:55:43 +0000 |
commit | 859477c968828f0ff413a9e9fd0635127f20c64f (patch) | |
tree | e4498a7fb62b44a19ca799338fc577a5c235d0cc | |
parent | 9bb135ac25077c86f9bef03ca51785ed8ff7caae (diff) | |
download | scummvm-rg350-859477c968828f0ff413a9e9fd0635127f20c64f.tar.gz scummvm-rg350-859477c968828f0ff413a9e9fd0635127f20c64f.tar.bz2 scummvm-rg350-859477c968828f0ff413a9e9fd0635127f20c64f.zip |
not needed anymore
svn-id: r38856
-rw-r--r-- | engines/sci/engine/kfile.cpp | 4 |
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 */ |