Skip to content

Commit 61c6862

Browse files
authored
[Sema] Fix DerivedConformanceDifferentiable.cpp header order. (#29919)
Fixes breakages introduced in #29908. Breakages due to not running tests after `clang-format`.
1 parent 8a3b5d5 commit 61c6862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/DerivedConformanceDifferentiable.cpp

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

2020
#include "CodeSynthesis.h"
21-
#include "DerivedConformances.h"
2221
#include "TypeChecker.h"
2322
#include "swift/AST/AutoDiff.h"
2423
#include "swift/AST/Decl.h"
@@ -29,6 +28,7 @@
2928
#include "swift/AST/ProtocolConformance.h"
3029
#include "swift/AST/Stmt.h"
3130
#include "swift/AST/Types.h"
31+
#include "DerivedConformances.h"
3232

3333
using namespace swift;
3434

0 commit comments

Comments
 (0)