diff options
author | ritsuka <[email protected]> | 2014-12-27 15:56:29 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-27 15:56:29 +0000 |
commit | 77d37037be2dc26e571fe10f57e52f2327db9b9c (patch) | |
tree | d37b2dab545ea7e33ca3bb509b795d31102f0739 /macosx/Controller.m | |
parent | 7f6ec5084e21a88d662fa453be6186724658bc9b (diff) |
MacGui: clean up headers and imports.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6661 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.m')
-rw-r--r-- | macosx/Controller.m | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index a31a522a1..947d9fca3 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -5,14 +5,25 @@ It may be used under the terms of the GNU General Public License. */ #import "Controller.h" + +#import "HBQueueController.h" + #import "HBOutputPanelController.h" #import "HBPreferencesController.h" #import "HBPresetsManager.h" #import "HBPreset.h" -#import "HBPreviewController.h" #import "HBDockTile.h" #import "HBUtilities.h" +#import "HBVideoController.h" +#import "HBAudioController.h" +#import "HBSubtitlesController.h" +#import "HBAdvancedController.h" +#import "HBChapterTitlesController.h" + +#import "HBPictureController.h" +#import "HBPreviewController.h" + #import "HBPresetsViewController.h" #import "HBAddPresetController.h" |