Merge pull request #82626 from swiftlang/egorzhdan/nfc-move-header

[cxx-interop] NFC: Move a header from `include` into `lib`
This commit is contained in:
Egor Zhdan
2025-06-30 20:40:04 +01:00
committed by GitHub
3 changed files with 6 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
//
//===----------------------------------------------------------------------===//
#include "CXXMethodBridging.h"
#include "SwiftDeclSynthesizer.h"
#include "swift/AST/ASTMangler.h"
#include "swift/AST/AttrKind.h"
@@ -20,7 +21,6 @@
#include "swift/AST/Pattern.h"
#include "swift/AST/Stmt.h"
#include "swift/Basic/Assertions.h"
#include "swift/ClangImporter/CXXMethodBridging.h"
#include "clang/AST/Mangle.h"
#include "clang/Sema/DelayedDiagnostic.h"