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/HBChapterTitlesController.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/HBChapterTitlesController.m')
-rw-r--r-- | macosx/HBChapterTitlesController.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBChapterTitlesController.m b/macosx/HBChapterTitlesController.m index 574dc538c..ad48b48fe 100644 --- a/macosx/HBChapterTitlesController.m +++ b/macosx/HBChapterTitlesController.m @@ -5,7 +5,6 @@ It may be used under the terms of the GNU General Public License. */ #import "HBChapterTitlesController.h" -#import "Controller.h" #import "HBJob.h" @interface HBChapterTitlesController () <NSTableViewDataSource, NSTableViewDelegate> |