forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
bc40487d3f
commit
4f735b9d3c
8 changed files with 8 additions and 4 deletions
|
@ -10,7 +10,6 @@
|
|||
#include "std/algorithm.hpp"
|
||||
#include "std/vector.hpp"
|
||||
|
||||
|
||||
// Trie format:
|
||||
// [1: header]
|
||||
// [node] ... [node]
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "categories_holder.hpp"
|
||||
|
||||
#include "search_delimiters.hpp"
|
||||
#include "search_string_utils.hpp"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "house_detector.hpp"
|
||||
|
||||
#include "search/algos.hpp"
|
||||
#include "search/house_detector.hpp"
|
||||
#include "search/search_common.hpp"
|
||||
#include "search/search_string_utils.hpp"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "keyword_lang_matcher.hpp"
|
||||
|
||||
#include "search_delimiters.hpp"
|
||||
#include "search_string_utils.hpp"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "keyword_matcher.hpp"
|
||||
|
||||
#include "search_delimiters.hpp"
|
||||
#include "search_string_utils.hpp"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "locality.hpp"
|
||||
|
||||
#include "search_delimiters.hpp"
|
||||
#include "search_string_utils.hpp"
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "retrieval.hpp"
|
||||
|
||||
#include "feature_offset_match.hpp"
|
||||
#include "interval_set.hpp"
|
||||
#include "retrieval.hpp"
|
||||
#include "search_index_values.hpp"
|
||||
#include "search_trie.hpp"
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "search_engine.hpp"
|
||||
|
||||
#include "categories_holder.hpp"
|
||||
#include "geometry_utils.hpp"
|
||||
#include "search_query.hpp"
|
||||
#include "search_string_utils.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue