mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Move TaskLocal.h out of ABI folder, because it describes implementation details
This commit is contained in:
@@ -28,6 +28,7 @@ class AsyncTask;
|
||||
class DefaultActor;
|
||||
class Job;
|
||||
class SerialExecutorWitnessTable;
|
||||
struct SwiftError;
|
||||
class TaskExecutorWitnessTable;
|
||||
|
||||
/// An unmanaged reference to a serial executor.
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#ifndef SWIFT_ABI_TASK_H
|
||||
#define SWIFT_ABI_TASK_H
|
||||
|
||||
#include "swift/ABI/TaskLocal.h"
|
||||
#include "swift/ABI/Executor.h"
|
||||
#include "swift/ABI/HeapObject.h"
|
||||
#include "swift/ABI/Metadata.h"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#ifndef SWIFT_ABI_TASK_OPTIONS_H
|
||||
#define SWIFT_ABI_TASK_OPTIONS_H
|
||||
|
||||
#include "swift/ABI/TaskLocal.h"
|
||||
#include "swift/ABI/Executor.h"
|
||||
#include "swift/ABI/HeapObject.h"
|
||||
#include "swift/ABI/Metadata.h"
|
||||
|
||||
@@ -24,11 +24,11 @@
|
||||
#include "Debug.h"
|
||||
#include "Error.h"
|
||||
#include "TaskGroupPrivate.h"
|
||||
#include "TaskLocal.h"
|
||||
#include "TaskPrivate.h"
|
||||
#include "Tracing.h"
|
||||
#include "swift/ABI/Metadata.h"
|
||||
#include "swift/ABI/Task.h"
|
||||
#include "swift/ABI/TaskLocal.h"
|
||||
#include "swift/ABI/TaskOptions.h"
|
||||
#include "swift/Basic/Lazy.h"
|
||||
#include "swift/Runtime/Concurrency.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "swift/ABI/TaskLocal.h"
|
||||
#include "TaskLocal.h"
|
||||
#include "../CompatibilityOverride/CompatibilityOverride.h"
|
||||
#include "TaskPrivate.h"
|
||||
#include "swift/ABI/Actor.h"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#define SWIFT_CONCURRENCY_TASKPRIVATE_H
|
||||
|
||||
#include "Error.h"
|
||||
#include "TaskLocal.h"
|
||||
#include "Tracing.h"
|
||||
#include "swift/ABI/Metadata.h"
|
||||
#include "swift/ABI/Task.h"
|
||||
|
||||
Reference in New Issue
Block a user