aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/.gitignore1
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h4
2 files changed, 1 insertions, 4 deletions
diff --git a/searchcorespi/src/.gitignore b/searchcorespi/src/.gitignore
index 49bfd9b85d3..2e8e6fd906a 100644
--- a/searchcorespi/src/.gitignore
+++ b/searchcorespi/src/.gitignore
@@ -1,4 +1,3 @@
/Makefile.ini
/config_command.sh
/project.dsw
-/searchcorespi.mak
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 {
/**