Removed #include <unistd.h>, since it isn't needed in this file, and

doesn't exist as far as Visual C is concerned.
This commit is contained in:
Ryan C. Gordon 2001-08-23 14:31:00 +00:00
parent cb8e1f2485
commit 2ce179303b
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <assert.h>
#include "physfs.h"