From 7ace34f56f5bfee1f5e2af676785af5897cb5c9a Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Tue, 6 Oct 2015 19:07:49 -0700 Subject: [PATCH] Remove useless imports in PFObjectSubclassingController. --- .../Object/Subclassing/PFObjectSubclassingController.m | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Parse/Internal/Object/Subclassing/PFObjectSubclassingController.m b/Parse/Internal/Object/Subclassing/PFObjectSubclassingController.m index 1c65ef0fa..878a816be 100644 --- a/Parse/Internal/Object/Subclassing/PFObjectSubclassingController.m +++ b/Parse/Internal/Object/Subclassing/PFObjectSubclassingController.m @@ -18,16 +18,6 @@ #import "PFPropertyInfo_Private.h" #import "PFPropertyInfo_Runtime.h" #import "PFSubclassing.h" -#import "PFUser.h" -#import "PFSession.h" -#import "PFPin.h" -#import "PFRole.h" -#import "PFEventuallyPin.h" -#import "PFInstallation.h" - -#if TARGET_OS_IPHONE -#import "PFProduct.h" -#endif // CFNumber does not use number type 0, we take advantage of that here. #define kCFNumberTypeUnknown 0