[cleanup] [ios] Fixed redundant inclusion directives.

This commit is contained in:
Ilya Grechuhin 2017-01-10 16:22:20 +03:00
parent 05651dcc61
commit dd54bb0adb
6 changed files with 0 additions and 9 deletions

View file

@ -23,7 +23,6 @@
#import "UIColor+MapsMeColor.h"
#import "UIFont+MapsMeFonts.h"
#import "UIImageView+Coloring.h"
#import "UIKitCategories.h"
#import "UIViewController+Navigation.h"
#import "3party/Alohalytics/src/alohalytics_objc.h"

View file

@ -1,5 +1,3 @@
#import "MWMTypes.h"
#include "platform/location.hpp"
using TPredictionBlock = void (^)(location::GpsInfo const &);

View file

@ -5,7 +5,6 @@
#import "MWMNoMapsViewController.h"
#import "SwiftBridge.h"
#import "UIColor+MapsMeColor.h"
#import "UIKitCategories.h"
#include "Framework.h"

View file

@ -1,5 +1,3 @@
#import "UIKitCategories.h"
@interface MWMNoMapsView : SolidTouchView
@end

View file

@ -1,5 +1,3 @@
#import "MWMTypes.h"
@interface MWMEditorAdditionalNamesHeader : UIView
+ (instancetype)header:(TMWMVoidBlock)toggleBlock;

View file

@ -2,7 +2,6 @@
#import "MWMSearchFilterViewController_Protected.h"
#import "UIColor+MapsMeColor.h"
#import "UIFont+MapsMeFonts.h"
#import "UIKitCategories.h"
namespace
{