diff options
author | ncteisen <ncteisen@gmail.com> | 2017-03-14 08:44:32 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-03-14 08:44:32 -0700 |
commit | 6fd36b575b84b0e1564f10fa06dbbc042562263c (patch) | |
tree | 9c669159ecfeec78fb0d188565aff7e9f36b2dd1 /test/core/util/trickle_endpoint.c | |
parent | 91220dc7932ab4e7f3e924e736b61911d3c420e3 (diff) | |
parent | fce0f049039dad7e65b883c686a620be7ff1fb98 (diff) |
Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization
Diffstat (limited to 'test/core/util/trickle_endpoint.c')
-rw-r--r-- | test/core/util/trickle_endpoint.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/core/util/trickle_endpoint.c b/test/core/util/trickle_endpoint.c index 7ab0488a66..0848147158 100644 --- a/test/core/util/trickle_endpoint.c +++ b/test/core/util/trickle_endpoint.c @@ -31,6 +31,8 @@ * */ +#include "src/core/lib/iomgr/sockaddr.h" + #include "test/core/util/passthru_endpoint.h" #include <inttypes.h> @@ -40,9 +42,6 @@ #include <grpc/support/log.h> #include <grpc/support/string_util.h> #include <grpc/support/useful.h> - -#include "src/core/lib/iomgr/sockaddr.h" - #include "src/core/lib/slice/slice_internal.h" typedef struct { |