summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/constant_value_repo/constant_value_repo_test.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-05-08 16:23:32 +0200
committerTor Egge <Tor.Egge@online.no>2023-05-08 16:23:32 +0200
commit51b7faca536b70351980b939850d49d15050f580 (patch)
treebb1b4a7519ab870409413f2a35d423fb3914c44c /searchcore/src/tests/proton/matching/constant_value_repo/constant_value_repo_test.cpp
parentbb2930c8f815ee74c3e042b551effc03b1111f0c (diff)
Move ranking config to configdefinitions module.
Diffstat (limited to 'searchcore/src/tests/proton/matching/constant_value_repo/constant_value_repo_test.cpp')
-rw-r--r--searchcore/src/tests/proton/matching/constant_value_repo/constant_value_repo_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/matching/constant_value_repo/constant_value_repo_test.cpp b/searchcore/src/tests/proton/matching/constant_value_repo/constant_value_repo_test.cpp
index 39b06906a91..611a1c9b54c 100644
--- a/searchcore/src/tests/proton/matching/constant_value_repo/constant_value_repo_test.cpp
+++ b/searchcore/src/tests/proton/matching/constant_value_repo/constant_value_repo_test.cpp
@@ -2,10 +2,10 @@
#include <vespa/vespalib/testkit/test_kit.h>
-#include <vespa/searchcore/proton/matching/ranking_assets_repo.h>
#include <vespa/eval/eval/value_cache/constant_value.h>
+#include <vespa/searchlib/fef/ranking_assets_repo.h>
-using namespace proton::matching;
+using namespace search::fef;
using namespace vespalib::eval;
class DoubleConstantValue : public ConstantValue {