aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_proxy.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-03 14:51:02 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-03 14:51:02 -0700
commite3593d912bc851e8ee7be89a7fb2c484dbc7e902 (patch)
tree2f9fe6e74a269455bbda07a12ee74875db4224e7 /test/core/end2end/fixtures/h2_proxy.c
parentf795feb3c8b73bc0a79ad64abf72fa33a1ebdb83 (diff)
Fix sanity
Diffstat (limited to 'test/core/end2end/fixtures/h2_proxy.c')
-rw-r--r--test/core/end2end/fixtures/h2_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_proxy.c b/test/core/end2end/fixtures/h2_proxy.c
index d8658eca64..f0b9f77653 100644
--- a/test/core/end2end/fixtures/h2_proxy.c
+++ b/test/core/end2end/fixtures/h2_proxy.c
@@ -42,9 +42,9 @@
#include <grpc/support/thd.h>
#include <grpc/support/useful.h>
#include "src/core/ext/filters/client_channel/client_channel.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/connected_channel.h"
-#include "src/core/ext/filters/http/server/http_server_filter.h"
#include "src/core/lib/surface/channel.h"
#include "src/core/lib/surface/server.h"
#include "test/core/end2end/fixtures/proxy.h"