Merge pull request #5041 from igrechuhin/paths

[paths] [ios] Updated include paths.
This commit is contained in:
Sergey Yershov 2016-12-19 13:20:14 +03:00 committed by GitHub
commit 4a86c4c524
6 changed files with 9 additions and 7 deletions

View file

@ -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"

View file

@ -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"

View file

@ -1,6 +1,6 @@
#include "parallel_animation.hpp"
#include "animation_system.hpp"
#include "drape_frontend/animation_system.hpp"
namespace df
{

View file

@ -1,6 +1,6 @@
#include "scale_animation.hpp"
#include "animation_system.hpp"
#include "drape_frontend/animation_system.hpp"
#include "base/assert.hpp"

View file

@ -1,6 +1,6 @@
#include "sequence_animation.hpp"
#include "animation_system.hpp"
#include "drape_frontend/animation_system.hpp"
#include "base/assert.hpp"

View file

@ -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;