From 7ea7c3e27964aaf699ca737b11e2edea289f9ed2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 7 Mar 2021 01:39:16 +0100 Subject: [PATCH] posixtm: Remove unused includes. * lib/posixtm.c: Don't include , , unlocked-io.h. --- ChangeLog | 5 +++++ lib/posixtm.c | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a100d76f1..cfa60e0cd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-03-06 Bruno Haible + + posixtm: Remove unused includes. + * lib/posixtm.c: Don't include , , unlocked-io.h. + 2021-03-06 Bruno Haible dynarray: Add tests. diff --git a/lib/posixtm.c b/lib/posixtm.c index dd893305e2..d142484f7d 100644 --- a/lib/posixtm.c +++ b/lib/posixtm.c @@ -22,15 +22,9 @@ #include "posixtm.h" -#include #include -#include #include -#if USE_UNLOCKED_IO -# include "unlocked-io.h" -#endif - /* ISDIGIT differs from isdigit, as follows: - Its arg may be any int or unsigned int; it need not be an unsigned char or EOF. -- 2.39.5