]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: Fix yesterdays #include <...> change.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 27 Jul 2024 19:16:37 +0000 (12:16 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 27 Jul 2024 20:30:49 +0000 (13:30 -0700)
* top/maint.mk (gl_prefer_angle_bracket_headers_): Remove files that
don't include #include_next. Sort using the C locale.

ChangeLog
top/maint.mk

index 5239d9aa3cf150f9f78149ce958b4eb4f944fc4c..27985101ae7f456a033c249f35dcbed3230ee380 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-07-27  Collin Funk  <collin.funk1@gmail.com>
 
+       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.
index 96796142edfcb5f79606123ad9e874f34740d421..37f6889b06a15de697011b7cdf45df0c2ef4b7f3 100644 (file)
@@ -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               \