From a46019c46c4cbb70b5cab8a86e14b92b09815b74 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Fri, 26 Jul 2024 21:30:56 -0700 Subject: [PATCH] maintainer-makefile: Update list of headers to use #include <...>. * top/maint.mk (gl_prefer_angle_bracket_headers_): Add missing headers from lib/*.in.h. Re-sort list. --- ChangeLog | 4 ++++ top/maint.mk | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2b6c22c17c..d256d51400 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2024-07-26 Collin Funk + maintainer-makefile: Update list of headers to use #include <...>. + * top/maint.mk (gl_prefer_angle_bracket_headers_): Add missing headers + from lib/*.in.h. Re-sort list. + doc: Update list of headers to use #include <...>. * doc/gnulib-tool.texi (Style of #include statements): Add missing headers from lib/*.in.h. Re-sort list. diff --git a/top/maint.mk b/top/maint.mk index de2aff8b9b..96796142ed 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -544,6 +544,7 @@ sc_require_config_h_first: # sed -n -e 's/^@item[[:space:]]\{1,\}@code{\([^}]\{1,\}\)}$/\1/p' $GNULIB_SRCDIR/doc/gnulib-tool.texi | sort -u gl_prefer_angle_bracket_headers_ ?= \ alloca.h \ + argz.h \ arpa/inet.h \ assert.h \ byteswap.h \ @@ -552,6 +553,7 @@ gl_prefer_angle_bracket_headers_ ?= \ endian.h \ errno.h \ error.h \ + execinfo.h \ fcntl.h \ fenv.h \ float.h \ @@ -559,6 +561,7 @@ gl_prefer_angle_bracket_headers_ ?= \ getopt.h \ glob.h \ iconv.h \ + ieee754.h \ inttypes.h \ langinfo.h \ limits.h \ @@ -569,22 +572,28 @@ gl_prefer_angle_bracket_headers_ ?= \ netdb.h \ net/if.h \ netinet/in.h \ + obstack.h \ omp.h \ poll.h \ pthread.h \ pty.h \ sched.h \ search.h \ + selinux/context.h \ + selinux/label.h \ selinux/selinux.h \ signal.h \ spawn.h \ stdalign.h \ stdarg.h \ stdbit.h \ + stdbool.h \ + stdckdint.h \ stddef.h \ stdint.h \ stdio.h \ stdlib.h \ + stdnoreturn.h \ string.h \ strings.h \ sysexits.h \ @@ -602,6 +611,7 @@ gl_prefer_angle_bracket_headers_ ?= \ sys/times.h \ sys/types.h \ sys/uio.h \ + sys/un.h \ sys/utsname.h \ sys/wait.h \ termios.h \ -- 2.39.5