1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00

#include <sys/time.h> instead of depending on namespace pollution in

<sys/stat.h> for the declaration of struct timeval.

Removed unused includes (<time.h> doesn't declare anything of interest;
only <sys/time.h> does).

Sorted includes a bit.
This commit is contained in:
Bruce Evans 2002-02-25 05:00:39 +00:00
parent 3c997c536c
commit 469a45700c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91225

View File

@ -29,9 +29,9 @@
*/
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <ctype.h>
#include <err.h>