* lib/posixtm.c: Don't include <stdio.h>, <sys/types.h>, unlocked-io.h.
+2021-03-06 Bruno Haible <bruno@clisp.org>
+
+ posixtm: Remove unused includes.
+ * lib/posixtm.c: Don't include <stdio.h>, <sys/types.h>, unlocked-io.h.
+
2021-03-06 Bruno Haible <bruno@clisp.org>
dynarray: Add tests.
#include "posixtm.h"
-#include <stdio.h>
#include <stdlib.h>
-#include <sys/types.h>
#include <string.h>
-#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.