Skip to content

Commit b952d11

Browse files
Merge pull request #5533 from swiftwasm/katei/revert-task-group-cpp-diff
[wasm] Revert unnecessary TaskGroup.cpp include directive
2 parents d814844 + 08e0534 commit b952d11

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/public/Concurrency/TaskGroup.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@
5353
#include <io.h>
5454
#endif
5555

56-
#if defined(__wasi__)
57-
#include <unistd.h>
58-
#endif
59-
6056
#include <assert.h>
6157
#if SWIFT_CONCURRENCY_ENABLE_DISPATCH
6258
#include <dispatch/dispatch.h>

0 commit comments

Comments
 (0)