[paths] [ios] Updated include paths.

This commit is contained in:
Ilya Grechuhin 2016-12-19 12:58:45 +03:00
parent ffecd1d9c1
commit 561da65955
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;