summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-04-14 13:47:02 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-04-14 13:55:53 +0200
commit2e0d41ac729deab18a8dc5dff733badb9dba877a (patch)
tree9cb9eee1fbe455942ac74fa2ed39705229bf0ccf /searchlib
parent7b8ebbdbf8a674de2fbc646e9661cf14167818b7 (diff)
Remove unneeded include of distance_functions.h to avoid
duplicate symbol error during linking on Darwin.
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"