diff --git a/InfoInspector/InfoWindowController.h b/InfoInspector/InfoWindowController.h index 067c34e55..7d5a63410 100644 --- a/InfoInspector/InfoWindowController.h +++ b/InfoInspector/InfoWindowController.h @@ -6,9 +6,10 @@ // Copyright 2009 __MyCompanyName__. All rights reserved. // -#import "AppController.h" #import +#import "AppController.h" + @interface InfoWindowController : NSWindowController { IBOutlet id playlistSelectionController; IBOutlet id currentEntryController;