Imported Upstream version 1.41.0
[platform/upstream/grpc.git] / test / cpp / naming / address_sorting_test.cc
index e2b56c9..3360366 100644 (file)
  *
  */
 
+#include <string.h>
+#include <sys/types.h>
+
+#include <vector>
+
 #include <address_sorting/address_sorting.h>
 #include <gmock/gmock.h>
+
 #include <grpc/grpc.h>
 #include <grpc/support/alloc.h>
 #include <grpc/support/log.h>
 #include <grpc/support/string_util.h>
 #include <grpc/support/sync.h>
 #include <grpc/support/time.h>
-#include <string.h>
-#include <sys/types.h>
-
-#include <vector>
 
 #include "src/core/ext/filters/client_channel/client_channel.h"
 #include "src/core/ext/filters/client_channel/resolver.h"