diff options
author | Michael Lumish <mlumish@google.com> | 2015-07-30 16:14:19 -0700 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2015-07-30 16:14:19 -0700 |
commit | 9b0fd3b317d59de21a67ec11001d30d2ae7c2053 (patch) | |
tree | c14606befaf2fe1f802d3692a4c3091a079aa610 /vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | |
parent | 772fb1e9772373f6fa8b815860da222b3e9c8b42 (diff) | |
parent | 1178900c04556a3d59d789d3ecd84ea6a20548fc (diff) |
Merge pull request #2723 from a-veitch/issue_2710
Move grpc_census_call_*_context calls into public header
Diffstat (limited to 'vsprojects/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r-- | vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj index 32cafe7341..869a91c8fe 100644 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj @@ -156,7 +156,6 @@ <ClInclude Include="..\..\include\grpc\census.h" /> </ItemGroup> <ItemGroup> - <ClInclude Include="..\..\src\core\census\grpc_context.h" /> <ClInclude Include="..\..\src\core\channel\census_filter.h" /> <ClInclude Include="..\..\src\core\channel\channel_args.h" /> <ClInclude Include="..\..\src\core\channel\channel_stack.h" /> |