File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
//
15
15
// ===----------------------------------------------------------------------===//
16
16
17
+ #include " GenericSignatureBuilderImpl.h"
17
18
#include " swift/AST/GenericSignature.h"
18
19
#include " swift/AST/ASTContext.h"
19
20
#include " swift/AST/GenericSignatureBuilder.h"
24
25
#include " swift/AST/Types.h"
25
26
#include " swift/Basic/STLExtras.h"
26
27
#include < functional>
27
- #include " GenericSignatureBuilderImpl.h"
28
28
29
29
using namespace swift ;
30
30
Original file line number Diff line number Diff line change 16
16
//
17
17
// ===----------------------------------------------------------------------===//
18
18
19
+ #include " GenericSignatureBuilderImpl.h"
19
20
#include " swift/AST/GenericSignatureBuilder.h"
20
21
#include " swift/AST/ASTContext.h"
21
22
#include " swift/AST/DiagnosticsSema.h"
44
45
#include " llvm/Support/raw_ostream.h"
45
46
#include " llvm/Support/SaveAndRestore.h"
46
47
#include < algorithm>
47
- #include " GenericSignatureBuilderImpl.h"
48
48
49
49
using namespace swift ;
50
50
using llvm::DenseMap;
You can’t perform that action at this time.
0 commit comments