[Tizen] Move include from h to cpp

This commit is contained in:
Sergey Pisarchik 2014-04-08 12:17:51 +03:00 committed by Alex Zolotarev
parent 471861d025
commit 8dba9707ec
2 changed files with 4 additions and 4 deletions

View file

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

View file

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