aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/sockaddr_posix.h
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-25 16:11:38 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-25 16:11:38 -0700
commitf6a87f89129b2b188e35bce1759a7617cf2ceed1 (patch)
tree1b8062dc54673b03eae564c6270ca37848bbced7 /src/core/iomgr/sockaddr_posix.h
parent3bd0b99c58c94e57aa6bff43b6d024e1b555209f (diff)
parentd1fce837f2c778b2573e29a400bbb572ca949edf (diff)
Merge pull request #5895 from ctiller/clang_fmt_upd
Update clang-format to 3.8
Diffstat (limited to 'src/core/iomgr/sockaddr_posix.h')
-rw-r--r--src/core/iomgr/sockaddr_posix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/iomgr/sockaddr_posix.h b/src/core/iomgr/sockaddr_posix.h
index e4425ed735..a398096837 100644
--- a/src/core/iomgr/sockaddr_posix.h
+++ b/src/core/iomgr/sockaddr_posix.h
@@ -35,10 +35,10 @@
#define GRPC_CORE_IOMGR_SOCKADDR_POSIX_H
#include <arpa/inet.h>
+#include <netdb.h>
+#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/types.h>
-#include <netinet/in.h>
-#include <netdb.h>
#include <unistd.h>
#endif /* GRPC_CORE_IOMGR_SOCKADDR_POSIX_H */