File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: dc3b5d807e421d468184ae07a630f8598749ba54
2
+ refs/heads/master: adeb5c7631e776e8db0b41abec8860c1a7148764
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ __attribute__((objc_root_class))
30
30
31
31
#endif // __OBJC__
32
32
33
- #import < APINotesFrameworkTest/Classes.h>
34
- #import < APINotesFrameworkTest/Enums.h>
35
- #import < APINotesFrameworkTest/Globals.h>
36
- #import < APINotesFrameworkTest/ImportAsMember.h>
37
- #import < APINotesFrameworkTest/Properties.h>
38
- #import < APINotesFrameworkTest/Protocols.h>
39
- #import < APINotesFrameworkTest/Types.h>
40
- #import < APINotesFrameworkTest/SwiftWrapper.h>
33
+ #include < APINotesFrameworkTest/Classes.h>
34
+ #include < APINotesFrameworkTest/Enums.h>
35
+ #include < APINotesFrameworkTest/Globals.h>
36
+ #include < APINotesFrameworkTest/ImportAsMember.h>
37
+ #include < APINotesFrameworkTest/Properties.h>
38
+ #include < APINotesFrameworkTest/Protocols.h>
39
+ #include < APINotesFrameworkTest/Types.h>
40
+ #include < APINotesFrameworkTest/SwiftWrapper.h>
Original file line number Diff line number Diff line change 1
- #import " app-bridging-header-to-pch.h"
1
+ #include "app-bridging-header-to-pch.h"
2
2
3
3
static inline int unit_test_function (int x ) {
4
4
return x + 28 ;
You can’t perform that action at this time.
0 commit comments