Review fixes.

This commit is contained in:
vng 2015-12-08 19:15:04 +03:00 committed by Sergey Yershov
parent bc40487d3f
commit 4f735b9d3c
8 changed files with 8 additions and 4 deletions

View file

@ -10,7 +10,6 @@
#include "std/algorithm.hpp"
#include "std/vector.hpp"
// Trie format:
// [1: header]
// [node] ... [node]

View file

@ -1,4 +1,5 @@
#include "categories_holder.hpp"
#include "search_delimiters.hpp"
#include "search_string_utils.hpp"

View file

@ -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"

View file

@ -1,4 +1,5 @@
#include "keyword_lang_matcher.hpp"
#include "search_delimiters.hpp"
#include "search_string_utils.hpp"

View file

@ -1,4 +1,5 @@
#include "keyword_matcher.hpp"
#include "search_delimiters.hpp"
#include "search_string_utils.hpp"

View file

@ -1,4 +1,5 @@
#include "locality.hpp"
#include "search_delimiters.hpp"
#include "search_string_utils.hpp"

View file

@ -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"

View file

@ -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"