File tree Expand file tree Collapse file tree 7 files changed +4
-4
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 7 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ class AsyncTask;
2828class DefaultActor ;
2929class Job ;
3030class SerialExecutorWitnessTable ;
31+ struct SwiftError ;
3132class TaskExecutorWitnessTable ;
3233
3334// / An unmanaged reference to a serial executor.
Original file line number Diff line number Diff line change 1717#ifndef SWIFT_ABI_TASK_H
1818#define SWIFT_ABI_TASK_H
1919
20- #include " swift/ABI/TaskLocal.h"
2120#include " swift/ABI/Executor.h"
2221#include " swift/ABI/HeapObject.h"
2322#include " swift/ABI/Metadata.h"
Original file line number Diff line number Diff line change 1717#ifndef SWIFT_ABI_TASK_OPTIONS_H
1818#define SWIFT_ABI_TASK_OPTIONS_H
1919
20- #include " swift/ABI/TaskLocal.h"
2120#include " swift/ABI/Executor.h"
2221#include " swift/ABI/HeapObject.h"
2322#include " swift/ABI/Metadata.h"
Original file line number Diff line number Diff line change 2424#include " Debug.h"
2525#include " Error.h"
2626#include " TaskGroupPrivate.h"
27+ #include " TaskLocal.h"
2728#include " TaskPrivate.h"
2829#include " Tracing.h"
2930#include " swift/ABI/Metadata.h"
3031#include " swift/ABI/Task.h"
31- #include " swift/ABI/TaskLocal.h"
3232#include " swift/ABI/TaskOptions.h"
3333#include " swift/Basic/Lazy.h"
3434#include " swift/Runtime/Concurrency.h"
Original file line number Diff line number Diff line change 1010//
1111// ===----------------------------------------------------------------------===//
1212
13- #include " swift/ABI/ TaskLocal.h"
13+ #include " TaskLocal.h"
1414#include " ../CompatibilityOverride/CompatibilityOverride.h"
1515#include " TaskPrivate.h"
1616#include " swift/ABI/Actor.h"
File renamed without changes.
Original file line number Diff line number Diff line change 1818#define SWIFT_CONCURRENCY_TASKPRIVATE_H
1919
2020#include " Error.h"
21+ #include " TaskLocal.h"
2122#include " Tracing.h"
2223#include " swift/ABI/Metadata.h"
2324#include " swift/ABI/Task.h"
You can’t perform that action at this time.
0 commit comments