Skip to content
Snippets Groups Projects
Commit a8c01bea authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #3100 from murgatroid99/core_fix_improper_include

Fixed incorrect include line in core/census/grpc_filter.c
parents 477538d2 86854598
No related branches found
No related tags found
No related merge requests found
...@@ -36,12 +36,12 @@ ...@@ -36,12 +36,12 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "include/grpc/census.h"
#include "src/core/census/rpc_stat_id.h" #include "src/core/census/rpc_stat_id.h"
#include "src/core/channel/channel_stack.h" #include "src/core/channel/channel_stack.h"
#include "src/core/channel/noop_filter.h" #include "src/core/channel/noop_filter.h"
#include "src/core/statistics/census_interface.h" #include "src/core/statistics/census_interface.h"
#include "src/core/statistics/census_rpc_stats.h" #include "src/core/statistics/census_rpc_stats.h"
#include <grpc/census.h>
#include <grpc/support/alloc.h> #include <grpc/support/alloc.h>
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include <grpc/support/slice.h> #include <grpc/support/slice.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment