File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
#ifndef SWIFT_SIL_SILDECLREF_H
20
20
#define SWIFT_SIL_SILDECLREF_H
21
21
22
+ #include " swift/AST/Attr.h"
23
+ #include " swift/AST/AutoDiff.h"
22
24
#include " swift/AST/AvailabilityRange.h"
23
25
#include " swift/AST/ClangNode.h"
24
26
#include " swift/AST/GenericSignature.h"
@@ -36,7 +38,6 @@ namespace swift {
36
38
enum class EffectsKind : uint8_t ;
37
39
class AbstractFunctionDecl ;
38
40
class AbstractClosureExpr ;
39
- class AutoDiffDerivativeFunctionIdentifier ;
40
41
class ValueDecl ;
41
42
class FuncDecl ;
42
43
class ClosureExpr ;
@@ -53,7 +54,6 @@ namespace swift {
53
54
enum class SILLinkage : uint8_t ;
54
55
class AnyFunctionRef ;
55
56
class GenericSignature ;
56
- class CustomAttr ;
57
57
58
58
// / How a method is dispatched.
59
59
enum class MethodDispatch {
You can’t perform that action at this time.
0 commit comments