aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/chttp2
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-03 13:30:34 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-03 13:30:34 -0800
commitc9614d30031c1ed2d6fbcc292d9428c1cc88a517 (patch)
treec6236aae177464fcdd2df7b85bdc07569f4b9f34 /test/core/transport/chttp2
parentf48c46f7ecc535f3ae8a06ab67b125e9dcb7aea4 (diff)
parentd88e1d8f4e42764e17aa2bed3a85b39f68673c03 (diff)
Merge pull request #4175 from yang-g/tcp_refactor
Refactor security connector and handshake
Diffstat (limited to 'test/core/transport/chttp2')
-rw-r--r--test/core/transport/chttp2/hpack_table_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/transport/chttp2/hpack_table_test.c b/test/core/transport/chttp2/hpack_table_test.c
index 50496a305d..fde352433b 100644
--- a/test/core/transport/chttp2/hpack_table_test.c
+++ b/test/core/transport/chttp2/hpack_table_test.c
@@ -36,10 +36,10 @@
#include <string.h>
#include <stdio.h>
+#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
-#include <grpc/grpc.h>
#include "src/core/support/string.h"
#include "test/core/util/test_config.h"