We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55962c commit ad57896Copy full SHA for ad57896
lib/AST/ASTContext.cpp
@@ -17,7 +17,6 @@
17
#include "swift/AST/ASTContext.h"
18
#include "ForeignRepresentationInfo.h"
19
#include "SubstitutionMapStorage.h"
20
-#include "swift/AST/AutoDiff.h"
21
#include "swift/AST/ClangModuleLoader.h"
22
#include "swift/AST/ConcreteDeclRef.h"
23
#include "swift/AST/DiagnosticEngine.h"
@@ -29,6 +28,7 @@
29
28
#include "swift/AST/GenericSignature.h"
30
#include "swift/AST/GenericSignatureBuilder.h"
31
#include "swift/AST/ImportCache.h"
+#include "swift/AST/IndexSubset.h"
32
#include "swift/AST/KnownProtocols.h"
33
#include "swift/AST/LazyResolver.h"
34
#include "swift/AST/ModuleLoader.h"
0 commit comments