aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-06-11 19:41:28 +0200
committerHenning Baldersheim <balder@oath.com>2018-06-11 19:42:40 +0200
commit3a9c74c225d4cee0a78ae86b264a241995419c14 (patch)
tree8f7095b62aa2b77e63ab55273b06cdac7d457a68 /searchcorespi
parent62230d6b0155d96abf0dc8662681c53679942b82 (diff)
Reduce code visibility
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h b/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
index bded09143ab..a4b5277b616 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
+++ b/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
@@ -2,11 +2,9 @@
#pragma once
#include "i_thread_service.h"
-#include <vespa/vespalib/util/runnable.h>
-#include <vespa/vespalib/util/executor.h>
#include <vespa/vespalib/util/syncable.h>
-#include <vespa/searchlib/common/isequencedtaskexecutor.h>
+namespace search { class ISequencedTaskExecutor; }
namespace searchcorespi::index {
/**