The side effect of #include "xlat/netlink_protocols.h" is
NETLINK_* constants properly defined in that header file.
While net.c does not use these constants itself, netlink.c
is going to need them soon.
* net.c: Move inclusion of "xlat/netlink_protocols.h" ...
* netlink.c: ... here.
#include "xlat/socketlayers.h"
#include "xlat/inet_protocols.h"
-#include "xlat/netlink_protocols.h"
#ifdef HAVE_BLUETOOTH_BLUETOOTH_H
# include <bluetooth/bluetooth.h>
#include <sys/socket.h>
#include <linux/netlink.h>
#include "xlat/netlink_flags.h"
+#include "xlat/netlink_protocols.h"
#include "xlat/netlink_types.h"
#undef NLMSG_HDRLEN