Skip to content

Commit efea4c0

Browse files
committed
Remove unnecessary imports from PostService
Will make possible to move `PostService` to WordPressData without carrying `CommentService`.
1 parent 777f318 commit efea4c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WordPress/Classes/Services/PostService.m

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#import "PostService.h"
22
#import "PostCategory.h"
3-
#import "PostCategoryService.h"
4-
#import "CommentService.h"
5-
#import "MediaService.h"
63
#import "Media.h"
74
#ifdef KEYSTONE
85
#import "Keystone-Swift.h"

0 commit comments

Comments
 (0)