Skip to content

Commit f17c624

Browse files
authored
Merge pull request swiftlang#31795 from compnerd/headers
standard library: sort headers
2 parents b77f8f4 + f83e537 commit f17c624

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/toolchain/Compatibility51/ProtocolConformance.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
//
2323
//===----------------------------------------------------------------------===//
2424

25+
#include "../../public/runtime/Private.h"
2526
#include "Concurrent.h"
2627
#include "Overrides.h"
2728
#include "swift/Basic/Lazy.h"
28-
#include "../../public/runtime/Private.h"
29+
#include <assert.h>
30+
#include <dlfcn.h>
2931
#include <mach-o/dyld.h>
3032
#include <mach-o/getsect.h>
3133
#include <objc/runtime.h>
32-
#include <assert.h>
33-
#include <dlfcn.h>
3434

3535
using namespace swift;
3636
using swift::overrides::ConcurrentMap;

0 commit comments

Comments
 (0)