summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-03-24 18:42:41 +0100
committerTor Egge <Tor.Egge@online.no>2023-03-24 18:42:41 +0100
commit99507c1f7f7c227870e6b9318af63df61df640aa (patch)
tree7673df0a53f4a4c911b109998450b50ac72bf25b /searchcore/src/tests/proton/common
parente3c32a319b14b8ad75ab64e53da933135313c077 (diff)
Use explicit instantiations of SingleValueNumericPostingAttribute
and SingleValueStringPostingAttributeT.
Diffstat (limited to 'searchcore/src/tests/proton/common')
-rw-r--r--searchcore/src/tests/proton/common/cachedselect_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/common/cachedselect_test.cpp b/searchcore/src/tests/proton/common/cachedselect_test.cpp
index 93a7e46285e..9a9d491467c 100644
--- a/searchcore/src/tests/proton/common/cachedselect_test.cpp
+++ b/searchcore/src/tests/proton/common/cachedselect_test.cpp
@@ -20,7 +20,6 @@
#include <vespa/searchlib/attribute/singleenumattribute.hpp>
#include <vespa/searchlib/attribute/singlenumericenumattribute.hpp>
#include <vespa/searchlib/attribute/singlenumericpostattribute.h>
-#include <vespa/searchlib/attribute/singlenumericpostattribute.hpp>
#include <vespa/searchlib/test/mock_attribute_manager.h>
#include <vespa/vespalib/testkit/testapp.h>