From a4c22ab1a25cfaa53a16aeeac2cf30c9cb01f1ed Mon Sep 17 00:00:00 2001 From: Sergey Pisarchik Date: Tue, 8 Apr 2014 12:24:09 +0300 Subject: [PATCH] [Tizen] change position of include --- coding/internal/file_data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coding/internal/file_data.hpp b/coding/internal/file_data.hpp index 99a214b18c..e6617698e0 100644 --- a/coding/internal/file_data.hpp +++ b/coding/internal/file_data.hpp @@ -1,11 +1,11 @@ #pragma once +#include "../../std/target_os.hpp" #include "file64_api.hpp" #include "../../base/base.hpp" #include "../../std/string.hpp" -#include "../../std/target_os.hpp" #include "../../std/noncopyable.hpp" #ifdef OMIM_OS_TIZEN