File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // ===--- Macros .h --------- --------------------------------------*- C++ -*-===//
1
+ // ===--- MacroEvaluation .h --------------------------------------*- C++ -*-===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 56
56
#include " swift/Basic/Assertions.h"
57
57
#include " swift/Basic/Defer.h"
58
58
#include " swift/Basic/Statistic.h"
59
- #include " swift/Bridging/Macros .h"
59
+ #include " swift/Bridging/MacroEvaluation .h"
60
60
#include " swift/Parse/Lexer.h"
61
61
#include " swift/Parse/Parser.h"
62
62
#include " swift/Serialization/SerializedModuleLoader.h"
Original file line number Diff line number Diff line change 42
42
#include " swift/Basic/StringExtras.h"
43
43
#include " swift/ClangImporter/ClangModule.h"
44
44
#include " swift/Bridging/ASTGen.h"
45
- #include " swift/Bridging/Macros .h"
45
+ #include " swift/Bridging/MacroEvaluation .h"
46
46
#include " swift/Demangling/Demangler.h"
47
47
#include " swift/Demangling/ManglingMacros.h"
48
48
#include " swift/Parse/Lexer.h"
You can’t perform that action at this time.
0 commit comments