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 'platform/settings.cpp')
-rw-r--r--platform/settings.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/platform/settings.cpp b/platform/settings.cpp
index dd77ba23ab..4a50da4264 100644
--- a/platform/settings.cpp
+++ b/platform/settings.cpp
@@ -1,21 +1,21 @@
-#include "settings.hpp"
+#include "platform/settings.hpp"
-#include "../defines.hpp"
+#include "defines.hpp"
-#include "../base/logging.hpp"
+#include "base/logging.hpp"
-#include "../coding/reader_streambuf.hpp"
-#include "../coding/file_writer.hpp"
-#include "../coding/file_reader.hpp"
+#include "coding/reader_streambuf.hpp"
+#include "coding/file_writer.hpp"
+#include "coding/file_reader.hpp"
-#include "../geometry/rect2d.hpp"
-#include "../geometry/any_rect2d.hpp"
+#include "geometry/rect2d.hpp"
+#include "geometry/any_rect2d.hpp"
-#include "../platform/platform.hpp"
+#include "platform/platform.hpp"
-#include "../std/sstream.hpp"
-#include "../std/iostream.hpp"
-#include "../std/cmath.hpp"
+#include "std/sstream.hpp"
+#include "std/iostream.hpp"
+#include "std/cmath.hpp"
#define FIRST_LAUNCH_KEY "FirstLaunchOnDate"