summaryrefslogtreecommitdiff
path: root/rdoff/rdlar.c
diff options
context:
space:
mode:
authorFrank Kotler <fbkotler@users.sourceforge.net>2007-08-26 05:41:33 +0000
committerFrank Kotler <fbkotler@users.sourceforge.net>2007-08-26 05:41:33 +0000
commit2ad45a56b40d2dabefac770d38068511368223a2 (patch)
treef7b7b5c3440e3e6c91dcbcbca6ec9d2510043ed3 /rdoff/rdlar.c
parent155eef6a3d309fdfef45f4476590234007fdbf9b (diff)
downloadnasm-2ad45a56b40d2dabefac770d38068511368223a2.tar.gz
remove "#include <unistd.h> from rdoff directory - two places - it annoyed Windows users and seems unneeded
Diffstat (limited to 'rdoff/rdlar.c')
-rw-r--r--rdoff/rdlar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rdoff/rdlar.c b/rdoff/rdlar.c
index 07a2a16e..df813d12 100644
--- a/rdoff/rdlar.c
+++ b/rdoff/rdlar.c
@@ -8,7 +8,6 @@
#include <ctype.h>
#include <stdarg.h>
#include <string.h>
-#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <sys/types.h>