summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-14 14:36:18 +0200
committerGitHub <noreply@github.com>2020-04-14 14:36:18 +0200
commit8caac521e06ad12f6476c9d59ab1afdd1b11d4a8 (patch)
treee364b31c876ef8c6975c0beb9400423e3af06a2c /searchlib
parentf8e1ea253bbbc1739dd4afbece9ecff55b49a31e (diff)
parent2e0d41ac729deab18a8dc5dff733badb9dba877a (diff)
Merge pull request #12900 from vespa-engine/toregge/remove-unneeded-distance-functions-include
Remove unneeded include of distance_functions.h to avoid
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/tensor/default_nearest_neighbor_index_factory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/tensor/default_nearest_neighbor_index_factory.cpp b/searchlib/src/vespa/searchlib/tensor/default_nearest_neighbor_index_factory.cpp
index 34950825652..067280e9a23 100644
--- a/searchlib/src/vespa/searchlib/tensor/default_nearest_neighbor_index_factory.cpp
+++ b/searchlib/src/vespa/searchlib/tensor/default_nearest_neighbor_index_factory.cpp
@@ -1,7 +1,6 @@
// Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "default_nearest_neighbor_index_factory.h"
-#include "distance_functions.h"
#include "hnsw_index.h"
#include "random_level_generator.h"
#include "inv_log_level_generator.h"