]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/pick_address.cc
update sources to v12.1.0
[ceph.git] / ceph / src / common / pick_address.cc
index 5f910d541e63d172a91511979f09697901866eab..e1d3f20a29dea8558e7eafe01fa0d20a7577d8bb 100644 (file)
  */
 
 #include "common/pick_address.h"
-
-#include <netdb.h>
-#include <errno.h>
-
 #include "include/ipaddr.h"
 #include "include/str_list.h"
 #include "common/debug.h"
 #include "common/errno.h"
 
+#include <netdb.h>
+
 #define dout_subsys ceph_subsys_
 
 static const struct sockaddr *find_ip_in_subnet_list(CephContext *cct,