[Scummvm-cvs-logs] SF.net SVN: scummvm:[38856] scummvm/trunk/engines/sci/engine/kfile.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Tue Feb 24 21:55:43 CET 2009


Revision: 38856
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38856&view=rev
Author:   aquadran
Date:     2009-02-24 20:55:43 +0000 (Tue, 24 Feb 2009)

Log Message:
-----------
not needed anymore

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kfile.cpp

Modified: scummvm/trunk/engines/sci/engine/kfile.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kfile.cpp	2009-02-24 20:52:18 UTC (rev 38855)
+++ scummvm/trunk/engines/sci/engine/kfile.cpp	2009-02-24 20:55:43 UTC (rev 38856)
@@ -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 */
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list