Browse Source

Removed #include <unistd.h>, since it isn't needed in this file, and
doesn't exist as far as Visual C is concerned.

Ryan C. Gordon 24 years ago
parent
commit
2ce179303b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      physfs.c

+ 0 - 1
physfs.c

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