aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-12-11 14:49:10 +0000
committerTor Egge <Tor.Egge@oath.com>2017-12-11 14:49:47 +0000
commit375aa1d3bdfda118b586393302a82cdd336bb0de (patch)
tree79dd660fc38e10d5707e4b27645c5bab9c30c736 /searchcore/src/tests/proton/index
parentf4c28394f3d8587ff7823799dbb236d3162e9150 (diff)
Remove unused includes.
Diffstat (limited to 'searchcore/src/tests/proton/index')
-rw-r--r--searchcore/src/tests/proton/index/indexmanager_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/index/indexmanager_test.cpp b/searchcore/src/tests/proton/index/indexmanager_test.cpp
index a3f7f803dae..6a098667be8 100644
--- a/searchcore/src/tests/proton/index/indexmanager_test.cpp
+++ b/searchcore/src/tests/proton/index/indexmanager_test.cpp
@@ -20,7 +20,6 @@
#include <vespa/searchlib/common/serialnum.h>
#include <vespa/searchlib/util/dirtraverse.h>
#include <vespa/vespalib/testkit/testapp.h>
-#include <vespa/vespalib/util/sync.h>
#include <vespa/vespalib/util/threadstackexecutor.h>
#include <vespa/vespalib/util/blockingthreadstackexecutor.h>
#include <vespa/vespalib/io/fileutil.h>
@@ -50,7 +49,6 @@ using search::queryeval::Source;
using std::set;
using std::string;
using vespalib::BlockingThreadStackExecutor;
-using vespalib::Gate;
using vespalib::ThreadStackExecutor;
using namespace proton;