+2024-07-27 Collin Funk <collin.funk1@gmail.com>
+
+ 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.
+
2024-07-26 Collin Funk <collin.funk1@gmail.com>
maintainer-makefile: Update list of headers to use #include <...>.
When including including specific header files, you need to use the
@samp{#include <...>} syntax, not the @samp{#include "..."} syntax.
This is true for the following POSIX or ISO C standardized header files:
+@c To find the list of files, use 'grep -l @INCLUDE_NEXT lib/*.in.h'.
@itemize @asis{}
@item @code{arpa/inet.h}
@item @code{assert.h}
@item @code{locale.h}
@item @code{math.h}
@item @code{monetary.h}
-@item @code{netdb.h}
@item @code{net/if.h}
+@item @code{netdb.h}
@item @code{netinet/in.h}
@item @code{poll.h}
@item @code{pthread.h}
@item @code{spawn.h}
@item @code{stdalign.h}
@item @code{stdarg.h}
-@item @code{stdbit.h}
-@item @code{stdbool.h}
-@item @code{stdckdint.h}
@item @code{stddef.h}
@item @code{stdint.h}
@item @code{stdio.h}
@item @code{stdlib.h}
-@item @code{stdnoreturn.h}
@item @code{string.h}
@item @code{strings.h}
@item @code{sys/msg.h}
but are not standardized:
@itemize @asis{}
@item @code{alloca.h}
-@item @code{argz.h}
@item @code{byteswap.h}
@item @code{error.h}
-@item @code{execinfo.h}
@item @code{getopt.h}
-@item @code{ieee754.h}
@item @code{malloc.h}
-@item @code{obstack.h}
@item @code{omp.h}
@item @code{pty.h}
-@item @code{selinux/context.h}
-@item @code{selinux/label.h}
@item @code{selinux/selinux.h}
-@item @code{sysexits.h}
@item @code{sys/file.h}
@item @code{sys/ioctl.h}
@item @code{sys/random.h}
+@item @code{sysexits.h}
@item @code{utmp.h}
@end itemize
@noindent