[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
This commit is contained in:
Alastair Houghton
2022-04-28 10:59:16 +01:00
parent e305a7dcf6
commit ef2e40a937

View File

@@ -36,8 +36,6 @@
#if defined(_WIN32)
#include <io.h>
#include <handleapi.h>
#include <processthreadsapi.h>
#endif
using namespace swift;