From e26e60ee367d2106dead8593e1c8838c5eb380cf Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 14 Dec 2011 08:35:08 +0000 Subject: [PATCH] Clean up includes; the prototype for getosreldate() has moved to in r183390. --- lib/libc/gen/getosreldate.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/libc/gen/getosreldate.c b/lib/libc/gen/getosreldate.c index 83bdc85aa26d..b4bf545ed31e 100644 --- a/lib/libc/gen/getosreldate.c +++ b/lib/libc/gen/getosreldate.c @@ -33,12 +33,11 @@ static char sccsid[] = "@(#)gethostid.c 8.1 (Berkeley) 6/2/93"; #include __FBSDID("$FreeBSD$"); -#include +#include #include -#include -#include -#include +#include +#include int getosreldate(void)