diff options
author | 2016-04-07 09:55:49 -0700 | |
---|---|---|
committer | 2016-04-07 09:55:49 -0700 | |
commit | 361be66c3d1b99e253cf00f8a1d466e87887a0b6 (patch) | |
tree | 9ff7d1b53b21d77fe5110d4dee9eecab0514bfdb /src/core/lib/transport/metadata.c | |
parent | 42a3916c92858069d58fb91de7a799b7d84053fb (diff) | |
parent | 03915e5de633e900f283675846f709115735a863 (diff) |
Merge pull request #6092 from ctiller/strong-includes
Check dependencies between filegroups
Diffstat (limited to 'src/core/lib/transport/metadata.c')
-rw-r--r-- | src/core/lib/transport/metadata.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/transport/metadata.c b/src/core/lib/transport/metadata.c index 5d9e7e74c1..779efbb97d 100644 --- a/src/core/lib/transport/metadata.c +++ b/src/core/lib/transport/metadata.c @@ -45,13 +45,14 @@ #include <grpc/support/string_util.h> #include <grpc/support/time.h> -#include "src/core/ext/transport/chttp2/transport/bin_encoder.h" #include "src/core/lib/iomgr/iomgr_internal.h" #include "src/core/lib/profiling/timers.h" #include "src/core/lib/support/murmur_hash.h" #include "src/core/lib/support/string.h" #include "src/core/lib/transport/static_metadata.h" +gpr_slice (*grpc_chttp2_base64_encode_and_huffman_compress)(gpr_slice input); + /* There are two kinds of mdelem and mdstr instances. * Static instances are declared in static_metadata.{h,c} and * are initialized by grpc_mdctx_global_init(). |