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/kml
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2019-05-20 18:53:57 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2019-05-21 13:40:48 +0300
commit17a02d356057c2981c1d136a6e16b426be81d957 (patch)
tree8a433d692f467d7930de9666e611823d2fe021e0 /kml
parentef265805673726959c73785cee9669c62c29a2bb (diff)
[base] [coding] Moved file_name_utils.{c,h}pp from coding/ to base/.
Diffstat (limited to 'kml')
-rw-r--r--kml/kml_tests/serdes_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kml/kml_tests/serdes_tests.cpp b/kml/kml_tests/serdes_tests.cpp
index 6d4265e9c4..ce41a21927 100644
--- a/kml/kml_tests/serdes_tests.cpp
+++ b/kml/kml_tests/serdes_tests.cpp
@@ -5,7 +5,6 @@
#include "indexer/classificator_loader.hpp"
-#include "coding/file_name_utils.hpp"
#include "coding/file_reader.hpp"
#include "coding/file_writer.hpp"
#include "coding/hex.hpp"
@@ -13,6 +12,7 @@
#include "coding/string_utf8_multilang.hpp"
#include "coding/writer.hpp"
+#include "base/file_name_utils.hpp"
#include "base/scope_guard.hpp"
#include <chrono>