diff options
author | David Garcia Quintas <dgq@google.com> | 2016-07-27 14:49:53 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-07-27 14:49:53 -0700 |
commit | 6b11462da1b0a4607d0ea679d2cb42d8d851f55d (patch) | |
tree | 779d64de090626b24d4edc4d94a08168dbbea8d2 /vsprojects/vcxproj/grpc++_reflection | |
parent | 846768c12ff03ea69073c9373ef211ef478c53d6 (diff) |
removed codegen/alloc.h
Diffstat (limited to 'vsprojects/vcxproj/grpc++_reflection')
-rw-r--r-- | vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj | 1 | ||||
-rw-r--r-- | vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj index 7c3e63b208..371d2e30df 100644 --- a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj +++ b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj @@ -188,7 +188,6 @@ <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\grpc_types.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\propagation_bits.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\status.h" /> - <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\alloc.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_atomic.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_sync.h" /> diff --git a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj.filters b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj.filters index d9cd49cc30..af0dc48bb0 100644 --- a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj.filters +++ b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj.filters @@ -138,9 +138,6 @@ <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\status.h"> <Filter>include\grpc\impl\codegen</Filter> </ClInclude> - <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\alloc.h"> - <Filter>include\grpc\impl\codegen</Filter> - </ClInclude> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm.h"> <Filter>include\grpc\impl\codegen</Filter> </ClInclude> |