* modules/error (Include): Suggest <error.h>, not "error.h".
* tests/test-error.c: Write #include <error.h>.
* tests/test-exclude.c: Likewise.
* tests/test-verror.c: Likewise.
* tests/test-xstrtol.c: Likewise.
+2023-12-29 Bruno Haible <bruno@clisp.org>
+
+ error: More clang -Winclude-next-absolute-path silencing.
+ * modules/error (Include): Suggest <error.h>, not "error.h".
+ * tests/test-error.c: Write #include <error.h>.
+ * tests/test-exclude.c: Likewise.
+ * tests/test-verror.c: Likewise.
+ * tests/test-xstrtol.c: Likewise.
+
2023-12-28 Paul Eggert <eggert@cs.ucla.edu>
include_next: pacify clang -Winclude-next-absolute-path
endif
Include:
-"error.h"
+<error.h>
License:
LGPLv2+
#include <config.h>
-#include "error.h"
+/* Specification. */
+#include <error.h>
#include <errno.h>
#include <string.h>
#include <fnmatch.h>
+#include <error.h>
#include "exclude.h"
-#include "error.h"
#include "argmatch.h"
#ifndef FNM_CASEFOLD
#include <errno.h>
#include <stdarg.h>
-#include "error.h"
+#include <error.h>
#include "macros.h"
/* Custom function to not show the program name in error messages. */
#include <stdlib.h>
#include <stdio.h>
+#include <error.h>
#include "xstrtol-error.h"
-#include "error.h"
#ifndef __xstrtol
# define __xstrtol xstrtol