Info Window: Reorder header imports
Signed-off-by: Christopher Snowhill <kode54@gmail.com>main
parent
420d706979
commit
48f339f25b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue