summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2022-04-07 13:36:42 +0200
committerTor Egge <Tor.Egge@yahooinc.com>2022-04-07 13:36:42 +0200
commit0f46399a35bcc215d652250528e9cf967dbd183b (patch)
tree183b84ee5d8f6e36dc9f7316e41e34ef8dfae1ef /searchcore
parent4c3de59b341522a53e3ebbf8ad40bd2b12aff86e (diff)
Remove unneeded include statements in searchlib.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/common/cachedselect_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/common/cachedselect_test.cpp b/searchcore/src/tests/proton/common/cachedselect_test.cpp
index d197d94fda4..2fd798cd8fd 100644
--- a/searchcore/src/tests/proton/common/cachedselect_test.cpp
+++ b/searchcore/src/tests/proton/common/cachedselect_test.cpp
@@ -61,8 +61,6 @@ using search::attribute::IAttributeContext;
using search::attribute::test::MockAttributeManager;
using vespalib::string;
-using namespace search::index;
-
using IATint32 = IntegerAttributeTemplate<int32_t>;
using IntEnumAttribute = EnumAttribute<IATint32>;
using NodeUP = Node::UP;