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:
authorSergey Yershov <syershov@maps.me>2016-12-19 13:20:14 +0300
committerGitHub <noreply@github.com>2016-12-19 13:20:14 +0300
commit4a86c4c52468fdec9a086a88c2866a1daa9d6cb8 (patch)
tree5780ed123a249bbd941abae04da44a19ea6a5620
parentffecd1d9c17f682d374cc0cc39a409e0edbe5588 (diff)
parent561da659558c60f2447f2316d802bf6495482389 (diff)
Merge pull request #5041 from igrechuhin/pathsbeta-535
[paths] [ios] Updated include paths.
-rw-r--r--coding/internal/file_data.cpp4
-rw-r--r--drape_frontend/animation/follow_animation.cpp4
-rw-r--r--drape_frontend/animation/parallel_animation.cpp2
-rw-r--r--drape_frontend/animation/scale_animation.cpp2
-rw-r--r--drape_frontend/animation/sequence_animation.cpp2
-rw-r--r--xcode/fribidi/fribidi.xcodeproj/project.pbxproj2
6 files changed, 9 insertions, 7 deletions
diff --git a/coding/internal/file_data.cpp b/coding/internal/file_data.cpp
index 316a399285..3c3fda6195 100644
--- a/coding/internal/file_data.cpp
+++ b/coding/internal/file_data.cpp
@@ -1,8 +1,8 @@
#include "coding/internal/file_data.hpp"
-#include "reader.hpp" // For Reader exceptions.
-#include "writer.hpp" // For Writer exceptions.
#include "coding/constants.hpp"
+#include "coding/reader.hpp" // For Reader exceptions.
+#include "coding/writer.hpp" // For Writer exceptions.
#include "base/exception.hpp"
#include "base/logging.hpp"
diff --git a/drape_frontend/animation/follow_animation.cpp b/drape_frontend/animation/follow_animation.cpp
index d8da05fe65..32d0f59205 100644
--- a/drape_frontend/animation/follow_animation.cpp
+++ b/drape_frontend/animation/follow_animation.cpp
@@ -1,7 +1,7 @@
#include "follow_animation.hpp"
-#include "animation_constants.hpp"
-#include "animation_system.hpp"
+#include "drape_frontend/animation_constants.hpp"
+#include "drape_frontend/animation_system.hpp"
#include "base/assert.hpp"
#include "base/logging.hpp"
diff --git a/drape_frontend/animation/parallel_animation.cpp b/drape_frontend/animation/parallel_animation.cpp
index 3445933a66..22cdf386f7 100644
--- a/drape_frontend/animation/parallel_animation.cpp
+++ b/drape_frontend/animation/parallel_animation.cpp
@@ -1,6 +1,6 @@
#include "parallel_animation.hpp"
-#include "animation_system.hpp"
+#include "drape_frontend/animation_system.hpp"
namespace df
{
diff --git a/drape_frontend/animation/scale_animation.cpp b/drape_frontend/animation/scale_animation.cpp
index 0ee6b12b0b..2fb91703b2 100644
--- a/drape_frontend/animation/scale_animation.cpp
+++ b/drape_frontend/animation/scale_animation.cpp
@@ -1,6 +1,6 @@
#include "scale_animation.hpp"
-#include "animation_system.hpp"
+#include "drape_frontend/animation_system.hpp"
#include "base/assert.hpp"
diff --git a/drape_frontend/animation/sequence_animation.cpp b/drape_frontend/animation/sequence_animation.cpp
index 4a2a121fa1..0928f76b1b 100644
--- a/drape_frontend/animation/sequence_animation.cpp
+++ b/drape_frontend/animation/sequence_animation.cpp
@@ -1,6 +1,6 @@
#include "sequence_animation.hpp"
-#include "animation_system.hpp"
+#include "drape_frontend/animation_system.hpp"
#include "base/assert.hpp"
diff --git a/xcode/fribidi/fribidi.xcodeproj/project.pbxproj b/xcode/fribidi/fribidi.xcodeproj/project.pbxproj
index 93866f6558..31cb670bbe 100644
--- a/xcode/fribidi/fribidi.xcodeproj/project.pbxproj
+++ b/xcode/fribidi/fribidi.xcodeproj/project.pbxproj
@@ -277,6 +277,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(OMIM_ROOT)/3party/fribidi",
+ "$(OMIM_ROOT)/3party/fribidi/lib",
);
};
name = Debug;
@@ -288,6 +289,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(OMIM_ROOT)/3party/fribidi",
+ "$(OMIM_ROOT)/3party/fribidi/lib",
);
};
name = Release;