From b3ad16b2d76c57cb82650940c83ccb2dc913b3a4 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 25 Feb 2002 05:00:39 +0000 Subject: #include instead of depending on namespace pollution in for the declaration of struct timeval. Removed unused includes ( doesn't declare anything of interest; only does). Sorted includes a bit. --- usr.bin/fetch/fetch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/fetch/fetch.c') diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 34ee02e..ce19f57 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -29,9 +29,9 @@ */ #include -#include #include -#include +#include +#include #include #include -- cgit v1.1