remove "#include <unistd.h> from rdoff directory - two places - it annoyed Windows users and seems unneeded

This commit is contained in:
Frank Kotler 2007-08-26 05:41:33 +00:00
parent 155eef6a3d
commit 2ad45a56b4
2 changed files with 0 additions and 2 deletions

View file

@ -25,7 +25,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <inttypes.h>

View file

@ -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>