From 48f339f25bd603718bc3b9374c6bd64807523dab Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 23 Feb 2023 17:46:22 -0800 Subject: [PATCH] Info Window: Reorder header imports Signed-off-by: Christopher Snowhill --- InfoInspector/InfoWindowController.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;