From: Bruno Haible Date: Sun, 7 Mar 2021 00:39:16 +0000 (+0100) Subject: posixtm: Remove unused includes. X-Git-Tag: v1.0~3042 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7ea7c3e27964aaf699ca737b11e2edea289f9ed2;p=gnulib.git posixtm: Remove unused includes. * lib/posixtm.c: Don't include , , unlocked-io.h. --- 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.