diff options
author | Alistair Veitch <aveitch@google.com> | 2015-07-30 09:54:15 -0700 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2015-07-30 09:54:15 -0700 |
commit | ff32faf3c95fd52c08094b399ffab2d82a225335 (patch) | |
tree | 18cffb675bc9bf8a6f6812b77796cad12be5e0a8 /src/cpp/client | |
parent | 5c575dd6e4b01cd68cca5d1917b58023dcf4ca0f (diff) |
Move grpc_census_call_*_context calls into public header
Diffstat (limited to 'src/cpp/client')
-rw-r--r-- | src/cpp/client/channel.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpp/client/channel.cc b/src/cpp/client/channel.cc index da31d000b3..668e437468 100644 --- a/src/cpp/client/channel.cc +++ b/src/cpp/client/channel.cc @@ -39,7 +39,6 @@ #include <grpc/support/log.h> #include <grpc/support/slice.h> -#include "src/core/census/grpc_context.h" #include "src/core/profiling/timers.h" #include <grpc++/channel_arguments.h> #include <grpc++/client_context.h> |