* lib/dirname.h: Don't include <stddef.h>.
* lib/sh-quote.h: Likewise.
* lib/system-quote.h: Likewise.
* lib/xstriconv.h: Likewise.
+2021-08-07 Bruno Haible <bruno@clisp.org>
+
+ dirname-lgpl, sh-quote, system-quote, xstriconv: Clean up includes.
+ * lib/dirname.h: Don't include <stddef.h>.
+ * lib/sh-quote.h: Likewise.
+ * lib/system-quote.h: Likewise.
+ * lib/xstriconv.h: Likewise.
+
2021-08-07 Bruno Haible <bruno@clisp.org>
dfa: Improve GCC 11 allocation-deallocation checking.
# define DIRNAME_H_ 1
# include <stdbool.h>
-# include <stddef.h>
# include <stdlib.h>
# include "filename.h"
# include "basename-lgpl.h"
arguments, since Unix shells interpret characters like " ", "'", "<", ">",
"$", '*', '?' etc. in a special way. */
-#include <stddef.h>
#include <stdlib.h>
#ifdef __cplusplus
is to truncate the entire command line.
*/
-#include <stddef.h>
#include <stdlib.h>
#ifdef __cplusplus
#ifndef _XSTRICONV_H
#define _XSTRICONV_H
-#include <stddef.h>
#include <stdlib.h>
#if HAVE_ICONV
#include <iconv.h>
const char *from_codeset, const char *to_codeset)
_GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC_FREE;
+
#ifdef __cplusplus
}
#endif