diff options
Diffstat (limited to 'macosx/HBController.h')
-rw-r--r-- | macosx/HBController.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/HBController.h b/macosx/HBController.h index 4b951fd90..818c027c2 100644 --- a/macosx/HBController.h +++ b/macosx/HBController.h @@ -6,11 +6,10 @@ #import <Cocoa/Cocoa.h> +@import HandBrakeKit; + @class HBAppDelegate; @class HBQueue; -@class HBPresetsManager; - -@class HBJob; NS_ASSUME_NONNULL_BEGIN |