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

Merge branch 'optionalize_census' into optionalize_resolvers

parents f0577966 d0bcc432
No related branches found
No related tags found
No related merge requests found
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
#include <grpc/support/slice.h> #include <grpc/support/slice.h>
#include <grpc/support/time.h> #include <grpc/support/time.h>
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/ext/census/census_interface.h" #include "src/core/ext/census/census_interface.h"
#include "src/core/ext/census/census_rpc_stats.h" #include "src/core/ext/census/census_rpc_stats.h"
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/transport/static_metadata.h" #include "src/core/lib/transport/static_metadata.h"
typedef struct call_data { typedef struct call_data {
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
#include <grpc/support/slice.h> #include <grpc/support/slice.h>
#include <grpc/support/slice_buffer.h> #include <grpc/support/slice_buffer.h>
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/ext/census/grpc_filter.h" #include "src/core/ext/census/grpc_filter.h"
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/lib/channel/channel_args.h" #include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/channel/client_channel.h" #include "src/core/lib/channel/client_channel.h"
#include "src/core/lib/channel/compress_filter.h" #include "src/core/lib/channel/compress_filter.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
set -e set -e
# directories to run against # directories to run against
DIRS="src/core src/cpp test/core test/cpp include" DIRS="src/core/lib src/core/ext src/cpp test/core test/cpp include"
# file matching patterns to check # file matching patterns to check
GLOB="*.h *.c *.cc" GLOB="*.h *.c *.cc"
......
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