Move headers into folders
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifndef OPENCOMBINE_FIELD_DESCRIPTOR_H
|
||||
#define OPENCOMBINE_FIELD_DESCRIPTOR_H
|
||||
|
||||
#include "RelativePointer.h"
|
||||
#include "swift/Basic/RelativePointer.h"
|
||||
#include "span.h"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#else // defined(__APPLE__)
|
||||
|
||||
// Apple platforms with Swift in OS (a.k.a. post-ABI-stability) use 2.
|
||||
// Apple platforms with Swift in the OS (a.k.a. post-ABI-stability) use 2.
|
||||
namespace opencombine {
|
||||
extern unsigned long long classIsSwiftMask;
|
||||
}
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
|
||||
#include "RuntimeConfig.h"
|
||||
#include "FieldDescriptor.h"
|
||||
#include "RelativePointer.h"
|
||||
#include "FlagSet.h"
|
||||
#include "TrailingObjects.h"
|
||||
#include "swift/Basic/RelativePointer.h"
|
||||
#include "swift/Basic/FlagSet.h"
|
||||
#include "swift/ABI/TrailingObjects.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <cstdint>
|
||||
@@ -60,7 +60,7 @@ enum class MetadataKind : uint32_t {
|
||||
#define METADATAKIND(name, value) name = value,
|
||||
#define ABSTRACTMETADATAKIND(name, start, end) \
|
||||
name##_Start = start, name##_End = end,
|
||||
#include "MetadataKind.def"
|
||||
#include "swift/ABI/MetadataKind.def"
|
||||
|
||||
/// The largest possible non-isa-pointer metadata kind value.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user