diff options
Diffstat (limited to 'macosx/HandBrakeKitTests/HBPresetsTests.m')
-rw-r--r-- | macosx/HandBrakeKitTests/HBPresetsTests.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HandBrakeKitTests/HBPresetsTests.m b/macosx/HandBrakeKitTests/HBPresetsTests.m index af7e48ddd..b5b371b74 100644 --- a/macosx/HandBrakeKitTests/HBPresetsTests.m +++ b/macosx/HandBrakeKitTests/HBPresetsTests.m @@ -7,8 +7,7 @@ #import <Cocoa/Cocoa.h> #import <XCTest/XCTest.h> -#import "HBPreset.h" -#import "HBPresetsManager.h" +@import HandBrakeKit; @interface HBPresetsTests : XCTestCase |