diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-02-02 09:09:23 -0800 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-02-02 09:09:23 -0800 |
commit | 9f7bda5652444c0408b7cba5986b1758ab547332 (patch) | |
tree | cc85bd0f88bce543953a283de0e0f779df9837d9 /vsprojects/vs2013/grpc.vcxproj.filters | |
parent | a91abc42d390dddfe60f85f284f50049da736986 (diff) | |
parent | 5350c2e703262af630bcb37af29bd748cf06429e (diff) |
Merge pull request #321 from ctiller/build-cleaner
Build cleaner updates
Diffstat (limited to 'vsprojects/vs2013/grpc.vcxproj.filters')
-rw-r--r-- | vsprojects/vs2013/grpc.vcxproj.filters | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vsprojects/vs2013/grpc.vcxproj.filters b/vsprojects/vs2013/grpc.vcxproj.filters index 5d39d406e2..3af681a466 100644 --- a/vsprojects/vs2013/grpc.vcxproj.filters +++ b/vsprojects/vs2013/grpc.vcxproj.filters @@ -485,10 +485,10 @@ <ClInclude Include="..\..\src\core\iomgr\time_averaged_stats.h"> <Filter>src\core\iomgr</Filter> </ClInclude> - <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_posix.h"> + <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_pipe.h"> <Filter>src\core\iomgr</Filter> </ClInclude> - <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_pipe.h"> + <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_posix.h"> <Filter>src\core\iomgr</Filter> </ClInclude> <ClInclude Include="..\..\src\core\json\json.h"> |