[search] Rename feature_match.hpp -> feature_offset_match.hpp

This commit is contained in:
Yury Melnichek 2011-09-27 00:40:32 +02:00 committed by Alex Zolotarev
parent 3d60bbdcde
commit 07af1fd83e
3 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ HEADERS += \
categories_holder.hpp \
search_trie_matching.hpp \
approximate_string_match.hpp \
feature_match.hpp \
feature_offset_match.hpp \
SOURCES += \
search_engine.cpp \

View file

@ -1,6 +1,6 @@
#include "search_query.hpp"
#include "categories_holder.hpp"
#include "feature_match.hpp"
#include "feature_offset_match.hpp"
#include "latlon_match.hpp"
#include "result.hpp"
#include "../indexer/feature_covering.hpp"