Review fixes.

This commit is contained in:
Yuri Gorshenin 2017-03-17 17:52:16 +03:00
parent 2fa7c42158
commit 37b38c9217
5 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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