diff --git a/BGMApp/BGMApp/BGMAppDelegate.h b/BGMApp/BGMApp/BGMAppDelegate.h index e2ceb224..48b2c7d2 100644 --- a/BGMApp/BGMApp/BGMAppDelegate.h +++ b/BGMApp/BGMApp/BGMAppDelegate.h @@ -23,13 +23,11 @@ // Sets up and tears down the app. // -// Local Includes -#import "BGMAudioDeviceManager.h" -#import "BGMAppVolumesController.h" - // System Includes #import +@class BGMAudioDeviceManager; +@class BGMAppVolumesController; // Tags for UI elements in MainMenu.xib static NSInteger const kVolumesHeadingMenuItemTag = 3; diff --git a/BGMApp/BGMApp/Scripting/BGMAppDelegate+AppleScript.h b/BGMApp/BGMApp/Scripting/BGMAppDelegate+AppleScript.h index d1b301f8..13392376 100644 --- a/BGMApp/BGMApp/Scripting/BGMAppDelegate+AppleScript.h +++ b/BGMApp/BGMApp/Scripting/BGMAppDelegate+AppleScript.h @@ -23,6 +23,10 @@ #import "BGMAppDelegate.h" +// Local Includes +#import "BGMAudioDeviceManager.h" +#import "BGMAppVolumesController.h" + // Local Includes #import "BGMASOutputDevice.h" #import "BGMASApplication.h"