diff --git a/iphone/Maps/Bridging-Header.h b/iphone/Maps/Bridging-Header.h index 04ca808569..d281c8c450 100644 --- a/iphone/Maps/Bridging-Header.h +++ b/iphone/Maps/Bridging-Header.h @@ -2,6 +2,7 @@ // Use this file to import your target's public headers that you would like to expose to Swift. // +#import #import #import #import diff --git a/iphone/Maps/Classes/MWMTableViewCell.mm b/iphone/Maps/Classes/MWMTableViewCell.mm index b97e5f7688..cbcd02d10e 100644 --- a/iphone/Maps/Classes/MWMTableViewCell.mm +++ b/iphone/Maps/Classes/MWMTableViewCell.mm @@ -1,5 +1,4 @@ #import "MWMTableViewCell.h" -#import "UIKitCategories.h" @implementation MWMTableViewCell diff --git a/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.mm b/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.mm index b861e076c0..26f80f348f 100644 --- a/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.mm +++ b/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.mm @@ -4,7 +4,6 @@ #import "MWMBottomMenuViewController.h" #import "MWMCircularProgress.h" #import "MWMCommon.h" -#import "MWMConsts.h" #import "MWMFrameworkListener.h" #import "MWMFrameworkObservers.h" #import "MWMLocationManager.h" diff --git a/iphone/Maps/Common/AppInfo.h b/iphone/Maps/Common/AppInfo.h index ff7435b156..72848aa0b6 100644 --- a/iphone/Maps/Common/AppInfo.h +++ b/iphone/Maps/Common/AppInfo.h @@ -1,5 +1,3 @@ -#import - typedef NS_ENUM(NSInteger, MWMOpenGLDriver) { MWMOpenGLDriverRegular, MWMOpenGLDriverMetalPre103, // iOS 10..10.3 diff --git a/iphone/Maps/Common/MWMCommon.h b/iphone/Maps/Common/MWMCommon.h index 887e966acc..d24628ef70 100644 --- a/iphone/Maps/Common/MWMCommon.h +++ b/iphone/Maps/Common/MWMCommon.h @@ -1,6 +1,4 @@ -#import #import -#import "MWMConsts.h" static inline BOOL firstVersionIsLessThanSecond(NSString * first, NSString * second) { diff --git a/iphone/Maps/Core/Framework/MWMFrameworkHelper.h b/iphone/Maps/Core/Framework/MWMFrameworkHelper.h index 651878f331..8243875988 100644 --- a/iphone/Maps/Core/Framework/MWMFrameworkHelper.h +++ b/iphone/Maps/Core/Framework/MWMFrameworkHelper.h @@ -1,5 +1,3 @@ -#import "MWMTypes.h" - @interface MWMFrameworkHelper : NSObject + (void)processFirstLaunch; diff --git a/iphone/Maps/Core/Routing/MWMRouter.mm b/iphone/Maps/Core/Routing/MWMRouter.mm index e6b1388a16..5662370501 100644 --- a/iphone/Maps/Core/Routing/MWMRouter.mm +++ b/iphone/Maps/Core/Routing/MWMRouter.mm @@ -1,6 +1,5 @@ #import "MWMRouter.h" #import -#import "MWMConsts.h" #import "MWMCoreRouterType.h" #import "MWMFrameworkListener.h" #import "MWMLocationHelpers.h" diff --git a/iphone/Maps/Maps_Prefix.pch b/iphone/Maps/Maps_Prefix.pch index 9c17782002..19d5cc075e 100644 --- a/iphone/Maps/Maps_Prefix.pch +++ b/iphone/Maps/Maps_Prefix.pch @@ -3,12 +3,10 @@ // #ifdef __OBJC__ - #import #import #import - #import - #import + #import "MWMConsts.h" #import "MWMMacros.h" #import "MWMTypes.h" #import "UIColor+MapsMeColor.h" diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/ButtonCell/MWMPlacePageButtonCell.h b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/ButtonCell/MWMPlacePageButtonCell.h index a035b48bf6..5c4b4e19e2 100644 --- a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/ButtonCell/MWMPlacePageButtonCell.h +++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/ButtonCell/MWMPlacePageButtonCell.h @@ -1,5 +1,4 @@ #import "MWMTableViewCell.h" -#import "MWMTypes.h" @protocol MWMPlacePageButtonsProtocol; diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/ContextViews.h b/iphone/Maps/UI/PlacePage/PlacePageLayout/ContextViews.h index f8a9cd0827..054c1cfb8f 100755 --- a/iphone/Maps/UI/PlacePage/PlacePageLayout/ContextViews.h +++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/ContextViews.h @@ -1,6 +1,3 @@ - -#import - @interface CopyLabel : UILabel @end diff --git a/platform/platform_ios.mm b/platform/platform_ios.mm index b117f4c6e0..ff67f0dfbe 100644 --- a/platform/platform_ios.mm +++ b/platform/platform_ios.mm @@ -24,15 +24,6 @@ #import "3party/Alohalytics/src/alohalytics_objc.h" -#import -#import -#import -#import - -#import -#import -#import - #import #import