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:
authorYury Melnichek <melnichek@malinovka.local>2011-08-27 18:43:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:22:36 +0300
commit5f566a97fbfd7e847046db711b2cecdd019bb93e (patch)
treef6b0362956bfc3ecd18ce85a006192f3bb4eb848 /search/keyword_matcher.cpp
parent885476dba2f1a290d949e4a004383eaf7fbab07c (diff)
Remove indexer -> search dependency.
Diffstat (limited to 'search/keyword_matcher.cpp')
-rw-r--r--search/keyword_matcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/keyword_matcher.cpp b/search/keyword_matcher.cpp
index 3864d21ebe..971d24b2ad 100644
--- a/search/keyword_matcher.cpp
+++ b/search/keyword_matcher.cpp
@@ -1,6 +1,6 @@
#include "keyword_matcher.hpp"
#include "delimiters.hpp"
-#include "string_search_utils.hpp"
+#include "../indexer/string_search_utils.hpp"
#include "../base/logging.hpp"
#include "../base/string_utils.hpp"
#include "../std/bind.hpp"