diff options
author | murgatroid99 <mlumish@google.com> | 2015-08-27 10:27:19 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-08-27 10:27:19 -0700 |
commit | 868545987b2ae926e349b4f45404be6e654f3efd (patch) | |
tree | 834f2a7deebbb8f89298a3163645e299f2b77941 /src | |
parent | 41d2b291eb86bec036b2a9a55e4369c55d5f1177 (diff) |
Fixed incorrect include line in core/census/grpc_filter.c
Diffstat (limited to 'src')
-rw-r--r-- | src/core/census/grpc_filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/census/grpc_filter.c b/src/core/census/grpc_filter.c index fbedb35661..b78445595c 100644 --- a/src/core/census/grpc_filter.c +++ b/src/core/census/grpc_filter.c @@ -36,12 +36,12 @@ #include <stdio.h> #include <string.h> -#include "include/grpc/census.h" #include "src/core/census/rpc_stat_id.h" #include "src/core/channel/channel_stack.h" #include "src/core/channel/noop_filter.h" #include "src/core/statistics/census_interface.h" #include "src/core/statistics/census_rpc_stats.h" +#include <grpc/census.h> #include <grpc/support/alloc.h> #include <grpc/support/log.h> #include <grpc/support/slice.h> |