Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/coding
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2016-12-19 12:58:45 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2016-12-19 12:58:45 +0300
commit561da659558c60f2447f2316d802bf6495482389 (patch)
tree5780ed123a249bbd941abae04da44a19ea6a5620 /coding
parentffecd1d9c17f682d374cc0cc39a409e0edbe5588 (diff)
[paths] [ios] Updated include paths.
Diffstat (limited to 'coding')
-rw-r--r--coding/internal/file_data.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/coding/internal/file_data.cpp b/coding/internal/file_data.cpp
index 316a399285..3c3fda6195 100644
--- a/coding/internal/file_data.cpp
+++ b/coding/internal/file_data.cpp
@@ -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"