Skip to content

Commit a8f02db

Browse files
authored
[Gardening] [NFC] Re-order headers in SILDeclRef.cpp with clang-format. (#32969)
1 parent 5eb40fb commit a8f02db

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lib/SIL/IR/SILDeclRef.cpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,22 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#include "swift/SIL/SILDeclRef.h"
14-
#include "swift/SIL/SILLocation.h"
15-
#include "swift/AST/AnyFunctionRef.h"
1614
#include "swift/AST/ASTContext.h"
1715
#include "swift/AST/ASTMangler.h"
16+
#include "swift/AST/AnyFunctionRef.h"
1817
#include "swift/AST/Initializer.h"
1918
#include "swift/AST/ParameterList.h"
2019
#include "swift/ClangImporter/ClangImporter.h"
2120
#include "swift/ClangImporter/ClangModule.h"
2221
#include "swift/SIL/SILLinkage.h"
23-
#include "llvm/Support/Compiler.h"
24-
#include "llvm/Support/raw_ostream.h"
22+
#include "swift/SIL/SILLocation.h"
2523
#include "clang/AST/Attr.h"
2624
#include "clang/AST/Decl.h"
25+
#include "clang/AST/DeclCXX.h"
2726
#include "clang/AST/DeclObjC.h"
27+
#include "clang/AST/Mangle.h"
28+
#include "llvm/Support/Compiler.h"
29+
#include "llvm/Support/raw_ostream.h"
2830
using namespace swift;
2931

3032
/// Get the method dispatch mechanism for a method.

0 commit comments

Comments
 (0)