]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: Update list of headers to use #include <...>.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 27 Jul 2024 04:30:56 +0000 (21:30 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 27 Jul 2024 04:30:56 +0000 (21:30 -0700)
* top/maint.mk (gl_prefer_angle_bracket_headers_):  Add missing headers
from lib/*.in.h. Re-sort list.

ChangeLog
top/maint.mk

index 2b6c22c17c9445b07ad3b307174bfa7eaad986c0..d256d51400e7a679eb5704638e76ad0aae978312 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-07-26  Collin Funk  <collin.funk1@gmail.com>
 
+       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.
index de2aff8b9b2d325bfcb91e9be3eda7e1ccc5bd61..96796142edfcb5f79606123ad9e874f34740d421 100644 (file)
@@ -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            \