File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88// @fb-only
99
10- #import < UIKit/UIKit.h>
10+ #import < UIKit/UIApplication.h> // IWYU pragma: export
11+ #import < UIKit/UIResponder.h> // IWYU pragma: export
12+ #import < UIKit/UITabBarController.h> // IWYU pragma: export
13+ #import < UIKit/UIWindow.h> // IWYU pragma: export
1114
1215@interface AppDelegate : UIResponder <UIApplicationDelegate, UITabBarControllerDelegate>
1316
Original file line number Diff line number Diff line change 99
1010#import " AppDelegate.h"
1111
12+ #import < Foundation/NSObjCRuntime.h>
1213#import < UIKit/UIApplication.h>
13- #import < UIKit/UIResponder.h>
1414#import < shell/shared/platform/Platform.h>
1515
1616int main (int argc, char * argv[]) {
Original file line number Diff line number Diff line change 1111
1212#import " ViewController.h"
1313
14- #import < Foundation/Foundation.h> // IWYU pragma: keep
14+ #import < AppKit/NSApplication.h>
15+ #import < AppKit/NSTabViewController.h>
16+ #import < AppKit/NSTabViewItem.h>
17+ #import < AppKit/NSTrackingArea.h>
18+ #import < AppKit/NSWindow.h>
19+ #import < CoreVideo/CVDisplayLink.h>
1520
1621@interface HeadlessView () {
1722 CVDisplayLinkRef _displayLink; // display link for managing rendering thread
Original file line number Diff line number Diff line change 1010#import " VulkanView.h"
1111
1212#import " AppDelegate.h"
13- #import " ViewController.h"
13+ #import " ViewController.h" // IWYU pragma: keep
1414
1515#import < Foundation/Foundation.h>
1616
You can’t perform that action at this time.
0 commit comments