Info Window: Reorder header imports
Signed-off-by: Christopher Snowhill <kode54@gmail.com>xcode15
parent
799299df3a
commit
ed38e4f8d0
|
@ -6,9 +6,10 @@
|
||||||
// Copyright 2009 __MyCompanyName__. All rights reserved.
|
// Copyright 2009 __MyCompanyName__. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "AppController.h"
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
#import "AppController.h"
|
||||||
|
|
||||||
@interface InfoWindowController : NSWindowController {
|
@interface InfoWindowController : NSWindowController {
|
||||||
IBOutlet id playlistSelectionController;
|
IBOutlet id playlistSelectionController;
|
||||||
IBOutlet id currentEntryController;
|
IBOutlet id currentEntryController;
|
||||||
|
|
Loading…
Reference in New Issue