Skip to content

Commit b9a296d

Browse files
committed
[Concurrency][Windows] Remove unnecessary includes.
TaskLocal.cpp doesn't need <handleapi.h> or <processthreadsapi.h>, both of which want <windows.h>, which isn't included any more. rdar://90776105
1 parent 6f95d7c commit b9a296d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/Concurrency/TaskLocal.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636

3737
#if defined(_WIN32)
3838
#include <io.h>
39-
#include <handleapi.h>
40-
#include <processthreadsapi.h>
4139
#endif
4240

4341
using namespace swift;

0 commit comments

Comments
 (0)