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

constants as well.
This commit is contained in:
Alfred Perlstein 2002-08-16 08:19:15 +00:00
parent d5968c2a66
commit ef6fc683c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101973

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>