Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a4910bc

Browse files
committed
nit: reorder header
1 parent 0f32c9a commit a4910bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/platform/darwin/macos/framework/Source/FlutterDisplayLinkTest.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterDisplayLink.h"
66

7+
#import <AppKit/AppKit.h>
8+
79
#include "flutter/fml/synchronization/waitable_event.h"
810
#include "flutter/testing/testing.h"
911

10-
#import <AppKit/AppKit.h>
11-
1212
@interface TestDisplayLinkDelegate : NSObject <FlutterDisplayLinkDelegate> {
1313
void (^_block)(CFTimeInterval timestamp, CFTimeInterval targetTimestamp);
1414
}

0 commit comments

Comments
 (0)