summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/metrics
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-12-11 22:15:33 +0000
committerTor Egge <Tor.Egge@oath.com>2017-12-11 22:16:51 +0000
commitad70d622d76fd6a59272b16da1a3787d5f85c193 (patch)
tree6efa051b6eda9efb394baa71437062dba9e7f21d /searchcore/src/tests/proton/metrics
parent6fb88055e04ba273f5edb1d87f0423f45dc1e470 (diff)
Factor out CountDownLatch and Gate to separate header files.
Diffstat (limited to 'searchcore/src/tests/proton/metrics')
-rw-r--r--searchcore/src/tests/proton/metrics/job_tracked_flush/job_tracked_flush_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/metrics/job_tracked_flush/job_tracked_flush_test.cpp b/searchcore/src/tests/proton/metrics/job_tracked_flush/job_tracked_flush_test.cpp
index a0dd3ee6214..4ed01f8caf7 100644
--- a/searchcore/src/tests/proton/metrics/job_tracked_flush/job_tracked_flush_test.cpp
+++ b/searchcore/src/tests/proton/metrics/job_tracked_flush/job_tracked_flush_test.cpp
@@ -9,7 +9,7 @@ LOG_SETUP("job_tracked_flush_test");
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/vespalib/util/closuretask.h>
#include <vespa/vespalib/util/threadstackexecutor.h>
-#include <vespa/vespalib/util/sync.h>
+#include <vespa/vespalib/util/gate.h>
using namespace proton;
using namespace searchcorespi;
@@ -17,7 +17,6 @@ using search::SerialNum;
using test::SimpleJobTracker;
using vespalib::makeTask;
using vespalib::makeClosure;
-using vespalib::CountDownLatch;
using vespalib::Gate;
using vespalib::ThreadStackExecutor;