diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-03 14:51:02 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-03 14:51:02 -0700 |
commit | e3593d912bc851e8ee7be89a7fb2c484dbc7e902 (patch) | |
tree | 2f9fe6e74a269455bbda07a12ee74875db4224e7 /test/core/bad_client | |
parent | f795feb3c8b73bc0a79ad64abf72fa33a1ebdb83 (diff) |
Fix sanity
Diffstat (limited to 'test/core/bad_client')
-rw-r--r-- | test/core/bad_client/bad_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_client/bad_client.c b/test/core/bad_client/bad_client.c index 3f22351e6d..c7e55a1357 100644 --- a/test/core/bad_client/bad_client.c +++ b/test/core/bad_client/bad_client.c @@ -40,9 +40,9 @@ #include <grpc/support/sync.h> #include <grpc/support/thd.h> +#include "src/core/ext/filters/http/server/http_server_filter.h" #include "src/core/ext/transport/chttp2/transport/chttp2_transport.h" #include "src/core/lib/channel/channel_stack.h" -#include "src/core/ext/filters/http/server/http_server_filter.h" #include "src/core/lib/iomgr/endpoint_pair.h" #include "src/core/lib/slice/slice_internal.h" #include "src/core/lib/support/murmur_hash.h" |