aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/verify_ranksetup
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-09-05 13:43:50 +0200
committerGitHub <noreply@github.com>2018-09-05 13:43:50 +0200
commitf0a9d47ebbdb9d708707815dc8804e66af924dc2 (patch)
tree7fca345c83a6e8e420413688529d23c8b711781c /searchcore/src/apps/verify_ranksetup
parent8ea0b68d38beb85431fecf3cfe368310369b68f3 (diff)
Revert "Bratseth/handle large constants take 3"
Diffstat (limited to 'searchcore/src/apps/verify_ranksetup')
-rw-r--r--searchcore/src/apps/verify_ranksetup/verify_ranksetup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/apps/verify_ranksetup/verify_ranksetup.cpp b/searchcore/src/apps/verify_ranksetup/verify_ranksetup.cpp
index 4f2720718ff..f60863ef0b0 100644
--- a/searchcore/src/apps/verify_ranksetup/verify_ranksetup.cpp
+++ b/searchcore/src/apps/verify_ranksetup/verify_ranksetup.cpp
@@ -4,7 +4,6 @@
#include <vespa/config-imported-fields.h>
#include <vespa/config-indexschema.h>
#include <vespa/config-rank-profiles.h>
-#include <vespa/config-ranking-constants.h>
#include <vespa/config/config.h>
#include <vespa/config/helper/legacy.h>
#include <vespa/config/common/exceptions.h>
@@ -12,6 +11,7 @@
#include <vespa/eval/eval/value_cache/constant_value.h>
#include <vespa/eval/tensor/default_tensor_engine.h>
#include <vespa/searchcommon/common/schemaconfigurer.h>
+#include <vespa/searchcore/config/config-ranking-constants.h>
#include <vespa/searchcore/proton/matching/error_constant_value.h>
#include <vespa/searchcore/proton/matching/indexenvironment.h>
#include <vespa/searchlib/features/setup.h>