diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-09-01 18:18:47 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-09-01 19:02:24 -0700 |
commit | 18c975f9d391b4d4068200a94e4b1dcacca3e45b (patch) | |
tree | fc175018d2a95bf0362c67e0614d3d66365bf3bb /src/core/census | |
parent | 5c4fa0df65bc696df17db8ec7dc7fa09de034d19 (diff) |
Fix C core build breakage.
Diffstat (limited to 'src/core/census')
-rw-r--r-- | src/core/census/grpc_filter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/census/grpc_filter.c b/src/core/census/grpc_filter.c index e01c9a2ad4..8b6ba1d472 100644 --- a/src/core/census/grpc_filter.c +++ b/src/core/census/grpc_filter.c @@ -36,7 +36,6 @@ #include <stdio.h> #include <string.h> -#include "include/grpc/census.h" #include "src/core/channel/channel_stack.h" #include "src/core/channel/noop_filter.h" #include "src/core/statistics/census_interface.h" |