mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -36,8 +36,6 @@
|
|||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <handleapi.h>
|
|
||||||
#include <processthreadsapi.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace swift;
|
using namespace swift;
|
||||||
|
|||||||
Reference in New Issue
Block a user