Skip to content

Commit

Permalink
Info Window: Reorder header imports
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Snowhill <[email protected]>
  • Loading branch information
kode54 committed Feb 24, 2023
1 parent 420d706 commit 48f339f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion InfoInspector/InfoWindowController.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
// Copyright 2009 __MyCompanyName__. All rights reserved.
//

#import "AppController.h"
#import <Cocoa/Cocoa.h>

#import "AppController.h"

@interface InfoWindowController : NSWindowController {
IBOutlet id playlistSelectionController;
IBOutlet id currentEntryController;
Expand Down

0 comments on commit 48f339f

Please sign in to comment.