Skip to content

Commit 3406307

Browse files
committed
[GSB] Move local header inclusions to the top.
Thanks, Jordan. NFC
1 parent bbe3aa7 commit 3406307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/AST/GenericSignature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
//
1515
//===----------------------------------------------------------------------===//
1616

17+
#include "GenericSignatureBuilderImpl.h"
1718
#include "swift/AST/GenericSignature.h"
1819
#include "swift/AST/ASTContext.h"
1920
#include "swift/AST/GenericSignatureBuilder.h"
@@ -24,7 +25,6 @@
2425
#include "swift/AST/Types.h"
2526
#include "swift/Basic/STLExtras.h"
2627
#include <functional>
27-
#include "GenericSignatureBuilderImpl.h"
2828

2929
using namespace swift;
3030

lib/AST/GenericSignatureBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
//
1717
//===----------------------------------------------------------------------===//
1818

19+
#include "GenericSignatureBuilderImpl.h"
1920
#include "swift/AST/GenericSignatureBuilder.h"
2021
#include "swift/AST/ASTContext.h"
2122
#include "swift/AST/DiagnosticsSema.h"
@@ -44,7 +45,6 @@
4445
#include "llvm/Support/raw_ostream.h"
4546
#include "llvm/Support/SaveAndRestore.h"
4647
#include <algorithm>
47-
#include "GenericSignatureBuilderImpl.h"
4848

4949
using namespace swift;
5050
using llvm::DenseMap;

0 commit comments

Comments
 (0)