Done as a separate commit to make backporting the next patch easier.
We are already using "intprops.h", but this makes it explicit.
* .gnulib: Update, for syntax-check fix.
* bootstrap.conf (gnulib_modules): Make intprops use explicit.
* src/locking/domain_lock.c (includes): Drop unused header.
* src/nwfilter/nwfilter_learnipaddr.c (includes): Use "", not <>,
for gnulib.
-Subproject commit 478c2dcc839e5f4765e6417684ce414e2d4973a8
+Subproject commit cbfd25f0edf5f4b853e8ed2e01a4782ec80faba2
gnumakefile
ignore-value
inet_pton
+intprops
ioctl
maintainer-makefile
manywarnings
#include <config.h>
-#include <intprops.h>
-
#include "domain_lock.h"
#include "memory.h"
#include "uuid.h"
#include <netinet/ip.h>
#include <netinet/udp.h>
#include <net/if_arp.h>
-#include <intprops.h>
#include "internal.h"
+#include "intprops.h"
#include "buf.h"
#include "memory.h"
#include "logging.h"