From: Collin Funk Date: Sat, 27 Jul 2024 19:16:37 +0000 (-0700) Subject: maintainer-makefile: Fix yesterdays #include <...> change. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6e8d090df975203189d3b0d80c73ceb5032b6546;p=gnulib.git maintainer-makefile: Fix yesterdays #include <...> change. * top/maint.mk (gl_prefer_angle_bracket_headers_): Remove files that don't include #include_next. Sort using the C locale. --- diff --git a/ChangeLog b/ChangeLog index 5239d9aa3c..27985101ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2024-07-27 Collin Funk + maintainer-makefile: Fix yesterdays #include <...> change. + * top/maint.mk (gl_prefer_angle_bracket_headers_): Remove files that + don't include #include_next. Sort using the C locale. + doc: Fix yesterdays #include <...> change. * doc/gnulib-tool.texi (Style of #include statements): Remove files that don't include #include_next. Sort using the C locale. diff --git a/top/maint.mk b/top/maint.mk index 96796142ed..37f6889b06 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -544,7 +544,6 @@ 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 \ @@ -553,7 +552,6 @@ gl_prefer_angle_bracket_headers_ ?= \ endian.h \ errno.h \ error.h \ - execinfo.h \ fcntl.h \ fenv.h \ float.h \ @@ -561,7 +559,6 @@ gl_prefer_angle_bracket_headers_ ?= \ getopt.h \ glob.h \ iconv.h \ - ieee754.h \ inttypes.h \ langinfo.h \ limits.h \ @@ -569,34 +566,26 @@ gl_prefer_angle_bracket_headers_ ?= \ malloc.h \ math.h \ monetary.h \ - netdb.h \ net/if.h \ + netdb.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 \ sys/file.h \ sys/ioctl.h \ sys/msg.h \ @@ -614,6 +603,7 @@ gl_prefer_angle_bracket_headers_ ?= \ sys/un.h \ sys/utsname.h \ sys/wait.h \ + sysexits.h \ termios.h \ threads.h \ time.h \