Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed #include <unistd.h>, since it isn't needed in this file, and
doesn't exist as far as Visual C is concerned.
  • Loading branch information
icculus committed Aug 23, 2001
1 parent cb8e1f2 commit 2ce1793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion physfs.c
Expand Up @@ -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"
Expand Down

0 comments on commit 2ce1793

Please sign in to comment.