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:
Diffstat (limited to 'iphone/Maps/Settings')
-rw-r--r--iphone/Maps/Settings/Preferences.mm5
-rw-r--r--iphone/Maps/Settings/SettingsViewController.mm3
2 files changed, 4 insertions, 4 deletions
diff --git a/iphone/Maps/Settings/Preferences.mm b/iphone/Maps/Settings/Preferences.mm
index 1b9dcc084f..d080b3402e 100644
--- a/iphone/Maps/Settings/Preferences.mm
+++ b/iphone/Maps/Settings/Preferences.mm
@@ -1,8 +1,7 @@
#import "Preferences.h"
-#import <Foundation/Foundation.h>
-#import <UIKit/UIAlertView.h>
#import "../Classes/MapViewController.h"
-#import "Framework.h"
+
+#include "Framework.h"
#include "platform/settings.hpp"
diff --git a/iphone/Maps/Settings/SettingsViewController.mm b/iphone/Maps/Settings/SettingsViewController.mm
index b1fc9da54c..a3863a5185 100644
--- a/iphone/Maps/Settings/SettingsViewController.mm
+++ b/iphone/Maps/Settings/SettingsViewController.mm
@@ -6,10 +6,11 @@
#import "WebViewController.h"
#import "MapViewController.h"
#import "MapsAppDelegate.h"
-#import "Framework.h"
#import "Statistics.h"
#import "MWMMapViewControlsManager.h"
+#include "Framework.h"
+
#include "platform/settings.hpp"
#include "platform/platform.hpp"
#include "platform/preferred_languages.hpp"