Skip to content

Commit ccca2fc

Browse files
committed
Removed unnecessary #imports.
1 parent 5bff92e commit ccca2fc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

SSYMOCManager.m

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#import "NSManagedObjectContext+Cheats.h"
1010
#import "NSError+DecodeCodes.h"
1111
#import "NSObject+MoreDescriptions.h"
12-
#import "BkmxBasis.h"
1312
#import "NSBundle+SSYMotherApp.h"
1413
#import "NSBundle+MainApp.h"
1514
#import "NSDictionary+SimpleMutations.h"

SSYSuffixedMenuItem.m

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#import "SSYSuffixedMenuItem.h"
2-
#import "BkmxBasis+Strings.h"
32

43
@implementation SSYSuffixedMenuItem
54

@@ -31,4 +30,4 @@ - (void)setTitlePrefix:(NSString*)prefix
3130
[attributedTitle release] ;
3231
}
3332

34-
@end
33+
@end

0 commit comments

Comments
 (0)