From 743c908b2ce2793f1ea971ae1d35ab343102013f Mon Sep 17 00:00:00 2001 From: millert Date: Thu, 25 Aug 2022 13:32:13 +0000 Subject: [PATCH] No need to include float.h anymore. --- lib/libc/time/localtime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libc/time/localtime.c b/lib/libc/time/localtime.c index 2fb277dee22..f5e1da63540 100644 --- a/lib/libc/time/localtime.c +++ b/lib/libc/time/localtime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: localtime.c,v 1.61 2019/06/28 13:32:42 deraadt Exp $ */ +/* $OpenBSD: localtime.c,v 1.62 2022/08/25 13:32:13 millert Exp $ */ /* ** This file is in the public domain, so clarified as of ** 1996-06-05 by Arthur David Olson. @@ -12,7 +12,6 @@ #include #include #include -#include /* for FLT_MAX and DBL_MAX */ #include #include #include -- 2.20.1