* top/maint.mk (gl_prefer_angle_bracket_headers_): Remove files that
don't include #include_next. Sort using the C locale.
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.
# 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 \
endian.h \
errno.h \
error.h \
- execinfo.h \
fcntl.h \
fenv.h \
float.h \
getopt.h \
glob.h \
iconv.h \
- ieee754.h \
inttypes.h \
langinfo.h \
limits.h \
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 \
sys/un.h \
sys/utsname.h \
sys/wait.h \
+ sysexits.h \
termios.h \
threads.h \
time.h \