forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
2fa7c42158
commit
37b38c9217
5 changed files with 6 additions and 6 deletions
|
@ -5,8 +5,8 @@ include_directories(${OMIM_ROOT}/3party/jansson/src)
|
|||
set(SRC
|
||||
helpers.cpp
|
||||
helpers.hpp
|
||||
matching.cpp
|
||||
matching.hpp
|
||||
matcher.cpp
|
||||
matcher.hpp
|
||||
sample.cpp
|
||||
sample.hpp
|
||||
)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "search/ranking_info.hpp"
|
||||
#include "search/result.hpp"
|
||||
#include "search/search_quality/helpers.hpp"
|
||||
#include "search/search_quality/matching.hpp"
|
||||
#include "search/search_quality/matcher.hpp"
|
||||
#include "search/search_quality/sample.hpp"
|
||||
#include "search/search_tests_support/test_search_engine.hpp"
|
||||
#include "search/search_tests_support/test_search_request.hpp"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "search/search_quality/matching.hpp"
|
||||
#include "search/search_quality/matcher.hpp"
|
||||
|
||||
#include "indexer/feature.hpp"
|
||||
#include "indexer/feature_algo.hpp"
|
|
@ -12,10 +12,10 @@ INCLUDEPATH += $$ROOT_DIR/3party/jansson/src
|
|||
|
||||
HEADERS += \
|
||||
helpers.hpp \
|
||||
matching.hpp \
|
||||
matcher.hpp \
|
||||
sample.hpp \
|
||||
|
||||
SOURCES += \
|
||||
helpers.cpp \
|
||||
matching.cpp \
|
||||
matcher.cpp \
|
||||
sample.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue