forked from organicmaps/organicmaps-tmp
[Tizen] Move include from h to cpp
This commit is contained in:
parent
471861d025
commit
8dba9707ec
2 changed files with 4 additions and 4 deletions
|
@ -12,6 +12,10 @@
|
|||
#include "../../std/exception.hpp"
|
||||
#include "../../std/cerrno.hpp"
|
||||
|
||||
#ifdef OMIM_OS_WINDOWS
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#ifdef OMIM_OS_TIZEN
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wignored-qualifiers"
|
||||
|
|
|
@ -8,10 +8,6 @@
|
|||
#include "../../std/target_os.hpp"
|
||||
#include "../../std/noncopyable.hpp"
|
||||
|
||||
#ifdef OMIM_OS_WINDOWS
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#ifdef OMIM_OS_TIZEN
|
||||
namespace Tizen
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue