Info Window: Reorder header imports

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
main
Christopher Snowhill 2023-02-23 17:46:22 -08:00
parent 420d706979
commit 48f339f25b
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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;