aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-10-05 12:37:33 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-10-05 13:04:31 +0200
commit55e9c8c766d7283ace1bba966e5320d896ee06d5 (patch)
treed7392444fdee591a2f2873d7631ab56e5eaa825e /searchsummary
parent5341ecd273471ebed963e652c03be587ef85892e (diff)
Explicitly instantiate common attribute update member functions.
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/test/mock_attribute_manager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchsummary/src/vespa/searchsummary/test/mock_attribute_manager.cpp b/searchsummary/src/vespa/searchsummary/test/mock_attribute_manager.cpp
index bd7307d1624..b756e24a3ae 100644
--- a/searchsummary/src/vespa/searchsummary/test/mock_attribute_manager.cpp
+++ b/searchsummary/src/vespa/searchsummary/test/mock_attribute_manager.cpp
@@ -3,7 +3,6 @@
#include "mock_attribute_manager.h"
#include <vespa/searchlib/attribute/attributefactory.h>
#include <vespa/searchlib/attribute/attributevector.h>
-#include <vespa/searchlib/attribute/attributevector.hpp>
#include <vespa/searchlib/attribute/floatbase.h>
#include <vespa/searchlib/attribute/integerbase.h>
#include <vespa/searchlib/attribute/stringbase.h>