diff options
author | Craig Tiller <ctiller@google.com> | 2016-12-12 06:48:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 06:48:30 -0800 |
commit | 30268a99e022e2c52746276a85d05a737d2ca1e4 (patch) | |
tree | 0c0b079850649a47aab7e408fb8ce1005023c0df /vsprojects/vcxproj/test/grpc_tool_test | |
parent | b62bffbea5eef106bfbe644e8af161889c927401 (diff) |
Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""
Diffstat (limited to 'vsprojects/vcxproj/test/grpc_tool_test')
-rw-r--r-- | vsprojects/vcxproj/test/grpc_tool_test/grpc_tool_test.vcxproj | 1 | ||||
-rw-r--r-- | vsprojects/vcxproj/test/grpc_tool_test/grpc_tool_test.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/vsprojects/vcxproj/test/grpc_tool_test/grpc_tool_test.vcxproj b/vsprojects/vcxproj/test/grpc_tool_test/grpc_tool_test.vcxproj index 7fad922233..1e3cc3ca04 100644 --- a/vsprojects/vcxproj/test/grpc_tool_test/grpc_tool_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_tool_test/grpc_tool_test.vcxproj @@ -199,7 +199,6 @@ <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_atomic.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_sync.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_windows.h" /> - <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\gpr_slice.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\gpr_types.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\port_platform.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\slice.h" /> diff --git a/vsprojects/vcxproj/test/grpc_tool_test/grpc_tool_test.vcxproj.filters b/vsprojects/vcxproj/test/grpc_tool_test/grpc_tool_test.vcxproj.filters index 19cb113341..1c308c5881 100644 --- a/vsprojects/vcxproj/test/grpc_tool_test/grpc_tool_test.vcxproj.filters +++ b/vsprojects/vcxproj/test/grpc_tool_test/grpc_tool_test.vcxproj.filters @@ -129,9 +129,6 @@ <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_windows.h"> <Filter>include\grpc\impl\codegen</Filter> </ClInclude> - <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\gpr_slice.h"> - <Filter>include\grpc\impl\codegen</Filter> - </ClInclude> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\gpr_types.h"> <Filter>include\grpc\impl\codegen</Filter> </ClInclude> |