diff options
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r-- | macosx/HBJob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h index 43b60e553..baaeda771 100644 --- a/macosx/HBJob.h +++ b/macosx/HBJob.h @@ -6,8 +6,8 @@ #import <Foundation/Foundation.h> -#import "HBPreset.h" -#import "HBTitle.h" +@class HBPreset; +@class HBTitle; #import "HBRange.h" #import "HBVideo.h" |