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 /vsprojects/grpc_unsecure | |
parent | 5c575dd6e4b01cd68cca5d1917b58023dcf4ca0f (diff) |
Move grpc_census_call_*_context calls into public header
Diffstat (limited to 'vsprojects/grpc_unsecure')
-rw-r--r-- | vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | 1 | ||||
-rw-r--r-- | vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj index a5730235fb..ab9f380c06 100644 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj @@ -154,7 +154,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 c7790431df..55f230769f 100644 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters +++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters @@ -362,9 +362,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> |