aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc_unsecure
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-07-30 16:14:19 -0700
committerGravatar Michael Lumish <mlumish@google.com>2015-07-30 16:14:19 -0700
commit9b0fd3b317d59de21a67ec11001d30d2ae7c2053 (patch)
treec14606befaf2fe1f802d3692a4c3091a079aa610 /vsprojects/grpc_unsecure
parent772fb1e9772373f6fa8b815860da222b3e9c8b42 (diff)
parent1178900c04556a3d59d789d3ecd84ea6a20548fc (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')
-rw-r--r--vsprojects/grpc_unsecure/grpc_unsecure.vcxproj1
-rw-r--r--vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters3
2 files changed, 0 insertions, 4 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" />
diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters
index bd197b9c48..49614a28fd 100644
--- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters
+++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters
@@ -365,9 +365,6 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\..\src\core\census\grpc_context.h">
- <Filter>src\core\census</Filter>
- </ClInclude>
<ClInclude Include="..\..\src\core\channel\census_filter.h">
<Filter>src\core\channel</Filter>
</ClInclude>