diff options
Diffstat (limited to 'vsprojects/vs2013/grpc_unsecure.vcxproj.filters')
-rw-r--r-- | vsprojects/vs2013/grpc_unsecure.vcxproj.filters | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vsprojects/vs2013/grpc_unsecure.vcxproj.filters b/vsprojects/vs2013/grpc_unsecure.vcxproj.filters index b644d54082..4dadb61192 100644 --- a/vsprojects/vs2013/grpc_unsecure.vcxproj.filters +++ b/vsprojects/vs2013/grpc_unsecure.vcxproj.filters @@ -410,10 +410,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"> |