summaryrefslogtreecommitdiff
path: root/rdoff
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
parent155eef6a3d309fdfef45f4476590234007fdbf9b (diff)
downloadnasm-2ad45a56b40d2dabefac770d38068511368223a2.tar.gz
nasm-2ad45a56b40d2dabefac770d38068511368223a2.tar.bz2
nasm-2ad45a56b40d2dabefac770d38068511368223a2.zip
remove "#include <unistd.h> from rdoff directory - two places - it annoyed Windows users and seems unneeded
Diffstat (limited to 'rdoff')
-rw-r--r--rdoff/rdflib.c1
-rw-r--r--rdoff/rdlar.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/rdoff/rdflib.c b/rdoff/rdflib.c
index bfb2b2b..6abd13c 100644
--- a/rdoff/rdflib.c
+++ b/rdoff/rdflib.c
@@ -25,7 +25,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <inttypes.h>
diff --git a/rdoff/rdlar.c b/rdoff/rdlar.c
index 07a2a16..df813d1 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>