Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-09-18 18:07:41 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:06:33 +0300
commit87e1c2abce165278fda2e6ea2387dae02b734c4b (patch)
treeed39a9e418b3fc6a0df6d8701951dd4d38e0e8f9 /iphone/Maps/Classes/CustomViews/MapViewControls/LocationButton
parent6133ec13acd8210890c8bdec3566468133e44391 (diff)
[ios] Moved common inclusions into prefix header.
Diffstat (limited to 'iphone/Maps/Classes/CustomViews/MapViewControls/LocationButton')
-rw-r--r--iphone/Maps/Classes/CustomViews/MapViewControls/LocationButton/MWMLocationButtonView.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/LocationButton/MWMLocationButtonView.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/LocationButton/MWMLocationButtonView.mm
index 1d99fea1e6..5dfb7f868f 100644
--- a/iphone/Maps/Classes/CustomViews/MapViewControls/LocationButton/MWMLocationButtonView.mm
+++ b/iphone/Maps/Classes/CustomViews/MapViewControls/LocationButton/MWMLocationButtonView.mm
@@ -1,6 +1,5 @@
#import "MWMLocationButtonView.h"
#import "MWMMapViewControlsCommon.h"
-#import "UIKitCategories.h"
@interface MWMLocationButtonView()