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/Categories
parent6133ec13acd8210890c8bdec3566468133e44391 (diff)
[ios] Moved common inclusions into prefix header.
Diffstat (limited to 'iphone/Maps/Categories')
-rw-r--r--iphone/Maps/Categories/UIKitCategories.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/iphone/Maps/Categories/UIKitCategories.h b/iphone/Maps/Categories/UIKitCategories.h
index d2b89ee44f..cf7f57f432 100644
--- a/iphone/Maps/Categories/UIKitCategories.h
+++ b/iphone/Maps/Categories/UIKitCategories.h
@@ -1,5 +1,3 @@
-
-#import <Foundation/Foundation.h>
#import "Macros.h"
static inline CGPoint SubtractCGPoint(CGPoint p1, CGPoint p2)