summaryrefslogtreecommitdiffstats
path: root/filedistribution
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 /filedistribution
parent6fb88055e04ba273f5edb1d87f0423f45dc1e470 (diff)
Factor out CountDownLatch and Gate to separate header files.
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/src/vespa/filedistribution/model/zkfacade.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filedistribution/src/vespa/filedistribution/model/zkfacade.cpp b/filedistribution/src/vespa/filedistribution/model/zkfacade.cpp
index e07f0684584..de410289ec0 100644
--- a/filedistribution/src/vespa/filedistribution/model/zkfacade.cpp
+++ b/filedistribution/src/vespa/filedistribution/model/zkfacade.cpp
@@ -4,7 +4,7 @@
#include <vespa/vespalib/net/socket_address.h>
#include <vespa/filedistribution/common/logfwd.h>
#include <vespa/defaults.h>
-#include <vespa/vespalib/util/sync.h>
+#include <vespa/vespalib/util/gate.h>
#include <vespa/vespalib/text/stringtokenizer.h>
#include <zookeeper/zookeeper.h>
#include <sstream>