commit | 7cdad96fc49090eb5e3a12a7cca5a9f257d3f301 | [log] [tgz] |
---|---|---|
author | Craig Tiller <ctiller@google.com> | Thu Nov 10 08:37:21 2016 -0800 |
committer | Craig Tiller <ctiller@google.com> | Thu Nov 10 08:37:21 2016 -0800 |
tree | 4d79f1688480779a190a1195b69eb35862cb7b8c | |
parent | 18b4ba34b3a10816d6e336d3b3572515554386cb [diff] [blame] |
Fix foward declaration duplication
diff --git a/include/grpc/impl/codegen/slice.h b/include/grpc/impl/codegen/slice.h index ef60ce1..4d4a86f 100644 --- a/include/grpc/impl/codegen/slice.h +++ b/include/grpc/impl/codegen/slice.h
@@ -37,7 +37,7 @@ #include <stddef.h> #include <stdint.h> -typedef struct grpc_exec_ctx grpc_exec_ctx; +#include <grpc/impl/codegen/exec_ctx_fwd.h> /* Slice API