diff options
Diffstat (limited to 'macosx/HBChapterTitlesController.m')
-rw-r--r-- | macosx/HBChapterTitlesController.m | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/HBChapterTitlesController.m b/macosx/HBChapterTitlesController.m index 7f04a5139..6fabfb5bc 100644 --- a/macosx/HBChapterTitlesController.m +++ b/macosx/HBChapterTitlesController.m @@ -5,8 +5,9 @@ It may be used under the terms of the GNU General Public License. */ #import "HBChapterTitlesController.h" -#import "HBChapter.h" -#import "HBJob.h" + +@import HandBrakeKit.HBChapter; +@import HandBrakeKit.HBJob; @interface HBChapterTitlesController () <NSTableViewDataSource, NSTableViewDelegate> |