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
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-03-26 13:59:35 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:41:27 +0300
commit1874e966ab2fca1e2f21011e6df551cd8cc4ada4 (patch)
treee54ccf9495091edafdf286d044e12981cbbd6b79 /indexer/search_string_utils.hpp
parent83860fac78f05b3a173264a11a297d8df49d6747 (diff)
Minor fix of using directive.
Diffstat (limited to 'indexer/search_string_utils.hpp')
-rw-r--r--indexer/search_string_utils.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indexer/search_string_utils.hpp b/indexer/search_string_utils.hpp
index 3462785879..b729e08327 100644
--- a/indexer/search_string_utils.hpp
+++ b/indexer/search_string_utils.hpp
@@ -1,12 +1,10 @@
#pragma once
#include "../base/string_utils.hpp"
-#include "../base/base.hpp"
namespace search
{
-using strings::UniChar;
-
+// This function should be used for all search strings normalization.
inline strings::UniString NormalizeAndSimplifyString(string const & s)
{
strings::UniString uniS = strings::MakeLowerCase(strings::MakeUniString(s));