No need to include sys/time.h, this unbreaks a c89 warning about long long

constants as well.
This commit is contained in:
alfred 2002-08-16 08:19:15 +00:00
parent fb72bc78f1
commit 3f9956f30f

View File

@ -53,7 +53,6 @@ static const char rcsid[] =
#include <sys/wait.h>
#include <sys/linker.h>
#include <sys/mount.h>
#include <sys/time.h>
#include <sys/sysctl.h>
#include <err.h>