>From 7ea7c3e27964aaf699ca737b11e2edea289f9ed2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 7 Mar 2021 01:39:16 +0100 Subject: [PATCH 1/9] 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 5a100d7..cfa60e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * tests/test-dynarray.c: New file. * modules/dynarray-tests: New file. diff --git a/lib/posixtm.c b/lib/posixtm.c index dd89330..d142484 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.7.4