inclusion of io.h removed (unnecessary)
This commit is contained in:
parent
88926f2af7
commit
61c7d41569
|
@ -31,6 +31,9 @@ of Greg Turk and on the work of Claudio Rocchini
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.3 2004/05/12 10:13:29 ganovelli
|
||||||
|
direct.h was included also without WIN32 definition
|
||||||
|
|
||||||
Revision 1.2 2004/04/06 21:48:50 cignoni
|
Revision 1.2 2004/04/06 21:48:50 cignoni
|
||||||
Commented out unused parameter names
|
Commented out unused parameter names
|
||||||
|
|
||||||
|
@ -52,7 +55,6 @@ Initial commit
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <io.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
Loading…
Reference in New Issue