summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-05-15 20:57:53 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2023-05-15 20:57:53 +0000
commit85724a8604d82d13605af9974828a4c696b8c8ac (patch)
treedb8e2f4aec572be96d4f1f19db3ef925f4db3432 /searchcore
parent4cd704fd36d9016de6ed2caff9253847144a3330 (diff)
GC unused include
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/sessionmanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/sessionmanager.cpp b/searchcore/src/vespa/searchcore/proton/matching/sessionmanager.cpp
index f00ce4ab00c..8b0af7fed88 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/sessionmanager.cpp
+++ b/searchcore/src/vespa/searchcore/proton/matching/sessionmanager.cpp
@@ -3,7 +3,6 @@
#include "sessionmanager.h"
#include <vespa/vespalib/stllike/lrucache_map.hpp>
#include <vespa/vespalib/stllike/hash_map.hpp>
-#include <vespa/vespalib/util/threadexecutor.h>
#include <vespa/vespalib/util/lambdatask.h>
#include <vespa/vespalib/util/foreground_thread_executor.h>
#include <mutex>